Skip to content

Commit

Permalink
[HOT FIX]fix image size (#121)
Browse files Browse the repository at this point in the history
* Update index.tsx

* Update index.tsx
  • Loading branch information
iamitprakash authored Jun 16, 2024
1 parent 010dac7 commit 0fc56e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Navbar = () => {
<nav ref={navbarRef} className="bg-gray-900 p-4 h-[8vh]">
<div className="flex items-center justify-between">
<Link href="/" className="flex">
<Image src="/rds.png" alt="logo" width={30} height={30} className="mr-2 w-auto" />
<Image src="/rds.png" alt="logo" width={30} height={30} className="mr-2 w-30" />
<span className="text-white text-2xl font-bold">RDS</span>
</Link>

Expand Down

0 comments on commit 0fc56e4

Please sign in to comment.