Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix images
Browse files Browse the repository at this point in the history
tarikcoskun committed Oct 9, 2024
1 parent 329e2df commit c38773d
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
@@ -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>
2 changes: 1 addition & 1 deletion components/layout/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit c38773d

Please sign in to comment.