Skip to content

Commit

Permalink
make consisent header (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 authored Oct 17, 2023
1 parent 74b9f3f commit b22851b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/sidebar/adminSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ export default function AdminSideBar() {
<>
<div className="bg-white bg-cover bg-top w-64 shrink-0 flex flex-col justify-between border-r border-gray-300 h-screen">
<div className="flex flex-col p-2 gap-2">
<div className="h-10 flex gap-1 items-center my-4 justify-center">
<div className="cursor-pointer p-3 flex flex-col items-end justify-center">
<img
src={process.env.NEXT_PUBLIC_LOGO_URL ?? "/logo_text.svg"}
alt="Logo"
className="h-full"
className="w-full h-full object-contain"
/>
<div className="text-xs">Beta</div>
<div className="text-xs text-gray-600">Beta</div>
</div>
<div className="flex flex-col gap-2">
{links.map((link, idx) => (
Expand Down

1 comment on commit b22851b

@vercel
Copy link

@vercel vercel bot commented on b22851b Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.