Skip to content

Commit

Permalink
bye bye tim
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Jan 10, 2025
1 parent b976a62 commit 35d4a85
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web/components/layout/admin/adminLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,6 @@ export default function AdminLayout(props: { children: React.ReactNode }) {
<div className="flex-1 text-sm font-semibold leading-6 text-white">
Dashboard
</div>
<a href="#">
<span className="sr-only">Your profile</span>
<img
className="h-8 w-8 rounded-full bg-gray-800"
src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
/>
</a>
</div>

<main className="py-10 lg:pl-72 bg-gray-700 min-h-screen">
Expand Down

0 comments on commit 35d4a85

Please sign in to comment.