Skip to content

Commit

Permalink
update image code
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshinao committed Feb 7, 2025
1 parent a156779 commit d4f8ee0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ const Navigation = () => {
return (
<div className="mx-5 my-5 flex h-20 items-center justify-between px-12">
<div className="flex w-[12%] flex-row bg-gradient-to-l from-[#272592] via-[#272592] to-[#100F48]">
<div className="w-[60%]">
<Link href={"/"}>
<Image src={Logo} alt="Logo" width={500} height={500} />
</Link>
</div>
<Link href={"/"}>
<Image src={Logo} alt="Logo" className="w-full" />
</Link>
<div className="flex items-center pl-2 font-istok-web text-xl font-bold text-white">
Quant Club at UCR
</div>
Expand Down

0 comments on commit d4f8ee0

Please sign in to comment.