Skip to content

Commit 126c30d

Browse files
committed
Update asset paths for favicon and logo in layout and navbar components
1 parent 1356188 commit 126c30d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const metadata: Metadata = {
1818
title: "Percy Build Summary Generator",
1919
description: "",
2020
icons:{
21-
icon:'/favicon.svg'
21+
icon:'/percy-build-diff-summary/favicon.svg'
2222
}
2323
};
2424

src/components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default function Navbar(){
22
return(
33
<div className="navbar border-b border-base-300 items-center">
44
<div>
5-
<img src="/logo.svg" width={100} alt="Percy Logo"/>
5+
<img src="/percy-build-diff-summary/logo.svg" width={100} alt="Percy Logo"/>
66
</div>
77
<div className="m-auto">
88
<h1 className="m-auto text-2xl font-bold">Build Summary</h1>

0 commit comments

Comments
 (0)