Skip to content

Commit

Permalink
refactor: add logos folder in images
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Jan 24, 2024
1 parent beeebbf commit 77a1a5c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function Header() {
<div className="flex flex-row items-center">
<Link href="/" className="flex flex-row items-center">
<Image
src="/images/logo.svg"
src="/images/logos/logo.svg"
alt="Computer Science Club Logo"
className="h-full w-[3rem] md:w-[1.62rem] lg:w-[2.2rem]"
width={100}
Expand Down

0 comments on commit 77a1a5c

Please sign in to comment.