Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Aug 31, 2023
1 parent c926907 commit 41c9b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default function Home() {
</ul>
</li>
{renderAccountSidebar()}
<li className="-mx-6 mt-auto">
{/* <li className="-mx-6 mt-auto">
<a
href="#"
className="flex items-center gap-x-4 px-6 py-3 text-sm font-semibold leading-6 text-white hover:bg-gray-800"
Expand All @@ -243,7 +243,7 @@ export default function Home() {
<span className="sr-only">Your profile</span>
<span aria-hidden="true">Tom Cook</span>
</a>
</li>
</li> */}
</ul>
</nav>
</div>
Expand Down

0 comments on commit 41c9b04

Please sign in to comment.