Skip to content

Commit

Permalink
Merge pull request #1606 from alanfrancis442/old-dev
Browse files Browse the repository at this point in the history
added title to iframe
  • Loading branch information
Jenin82 authored Aug 2, 2024
2 parents eb79b15 + 5f727c3 commit ef9376a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Pages/Launchpad/Launchpad.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import Navbar from "../../Components/Navbar/Navbar";
import Footer from "../../Components/Footer/Footer";
import styles from "./Launchpad.module.css";
// import styles from "./Launchpad.module.css";
import "./steps.css";
const Launchpad = () => {
return (
Expand Down Expand Up @@ -173,6 +173,7 @@ const Launchpad = () => {
</div>*/}

<iframe
title="launchpad leaderboard"
style={{
height: "100vh",
width: "100%",
Expand Down

0 comments on commit ef9376a

Please sign in to comment.