Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikcoskun committed Oct 9, 2024
1 parent 329e2df commit c38773d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Footer() {
<nav className={cx("sections")}>
<div className={cx("brand")}>
<div className={cx("logo")}>
<img src="/icon.png" alt="" width={28} height={28} />
<img src="/tagstudio-website/icon.png" alt="" width={28} height={28} />
<span>TagStudio</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function Navbar() {
<header role="banner" className={cx("container", "contentPadding")}>
<div className={cx("navbar")}>
<Link href="/" aria-label="Home" className={cx("logo")}>
<img src="/icon.png" alt="" width={28} height={28} />
<img src="/tagstudio-website/icon.png" alt="" width={28} height={28} />
<span>TagStudio</span>
</Link>

Expand Down

0 comments on commit c38773d

Please sign in to comment.