Skip to content

Commit

Permalink
Update Navbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zkSoju committed May 3, 2023
1 parent cae68c5 commit c863625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Navbar = () => {
return (
<div className="fixed z-50 flex w-full justify-center">
<div className="flex w-full items-center justify-between px-8 py-8">
<div className="relative h-16 w-24">
<div className="relative h-12 w-24">
<Image src="/logo_text.png" fill alt="" className="object-contain" />
</div>
<div className="flex items-center space-x-4">
Expand Down

1 comment on commit c863625

@vercel
Copy link

@vercel vercel bot commented on c863625 May 3, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

dove-interface – ./

dove-interface-git-main-apeiro.vercel.app
dove-interface-apeiro.vercel.app
dove-interface-eight.vercel.app

Please sign in to comment.