Skip to content

Commit

Permalink
add gap between logo and beta (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 authored Sep 21, 2023
1 parent 58798cd commit fcf3bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sidebar/chatSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ export default function ChatSideBar(props: { project_id?: string }) {
href={project_id ? `/project/${project_id}` : "/"}
className="cursor-pointer p-3"
>
<div className="flex gap-2 items-center justify-center relative">
<div className="flex flex-col items-end justify-center">
<img
src={process.env.NEXT_PUBLIC_LOGO_URL ?? "/logo_text.svg"}
alt="Logo"
className="w-full h-full object-contain"
/>
<div className="text-xs absolute right-1 text-gray-600 bottom-0">
<div className="text-xs text-gray-600">
Beta
</div>
</div>
Expand Down

1 comment on commit fcf3bde

@vercel
Copy link

@vercel vercel bot commented on fcf3bde Sep 21, 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.