Skip to content

Commit 992d829

Browse files
committed
change icon and main logo
1 parent 0484010 commit 992d829

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

public/TCP1P _Main White Red.svg

+23
Loading

src/app/_components/logo-header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Image from "next/image";
22

3-
import logo from '../../../public/TCP1P-logo-no-bg.svg'
3+
import logo from '../../../public/TCP1P _Main White Red.svg'
44

55
export function LogoHeader() {
66
return <>

src/app/favicon.ico

100644100755
281 KB
Binary file not shown.

src/app/layout.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export const metadata: Metadata = {
2323
url:'https://github.com/dimasma0305'
2424
},
2525
creator:'Dimas Maulana',
26-
icons: "https://tcp1p.team/TCP1P-logo.jpg",
26+
icons: "https://tcp1p.team/favicon.ico",
2727
openGraph: {
28-
images: "https://tcp1p.team/TCP1P-logo.jpg"
28+
images: "https://tcp1p.team/favicon.ico"
2929
}
3030
}
3131

0 commit comments

Comments
 (0)