Skip to content

Commit

Permalink
reverting navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
im-luka committed Jan 5, 2023
1 parent bbbd72a commit 070e933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind-project/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function App() {
<li className="cursor-pointer hover:text-main">Features</li>
<li className="cursor-pointer hover:text-main">Pricing</li>
<li className="cursor-pointer hover:text-main">Blog</li>
<li className="cursor-pointer hover:text-main">Log In</li>
<li className="cursor-pointer hover:text-main">Sign In</li>
</ul>
</nav>
</header>
Expand Down

0 comments on commit 070e933

Please sign in to comment.