We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1356188 commit 126c30dCopy full SHA for 126c30d
2 files changed
src/app/layout.tsx
@@ -18,7 +18,7 @@ export const metadata: Metadata = {
18
title: "Percy Build Summary Generator",
19
description: "",
20
icons:{
21
- icon:'/favicon.svg'
+ icon:'/percy-build-diff-summary/favicon.svg'
22
}
23
};
24
src/components/navbar.tsx
@@ -2,7 +2,7 @@ export default function Navbar(){
2
return(
3
<div className="navbar border-b border-base-300 items-center">
4
<div>
5
- <img src="/logo.svg" width={100} alt="Percy Logo"/>
+ <img src="/percy-build-diff-summary/logo.svg" width={100} alt="Percy Logo"/>
6
</div>
7
<div className="m-auto">
8
<h1 className="m-auto text-2xl font-bold">Build Summary</h1>
0 commit comments