Skip to content

Commit

Permalink
Fix devfolio button and hide components
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshKumar committed Nov 29, 2021
1 parent 4e75e4a commit 47bcd0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
6 changes: 3 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ function App() {
<Hero />
<About />
<Rules />
<Themes />
{/* <Themes /> */}
<Schedule />
<Prizes />
{/* <Prizes /> */}
<Sponsors />
<Team />
{/* <Team /> */}
<Faqs />
<Footer />
</Router>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Navbar = () => {
<a className="devfolio" href="#">
<div
class="apply-button devfolio-button"
data-hackathon-slug="hackiiitv2021"
data-hackathon-slug="HACKIIITV2021"
data-button-theme="light"
></div>
</a>
Expand Down

0 comments on commit 47bcd0e

Please sign in to comment.