Skip to content

Commit a782543

Browse files
committed
Added Devfolio brand kit files
1 parent b01166b commit a782543

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/(home)/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { Metadata } from 'next';
55

66
export const metadata: Metadata = {
77
icons: {
8-
icon: '/assets/devfolio-logo.webp',
9-
shortcut: '/assets/devfolio-logo.webp',
10-
apple: '/assets/devfolio-logo.webp',
8+
icon: '/assets/devfolio-logo.png',
9+
shortcut: '/assets/devfolio-logo.png',
10+
apple: '/assets/devfolio-logo.png',
1111
}
1212
};
1313

src/app/layout.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const baseOptions: BaseLayoutProps = {
1212
title: (
1313
<>
1414
<img
15-
src="/assets/Devfolio - White.webp"
15+
src="/assets/Devfolio - White.png"
1616
alt="Devfolio"
1717
width={120}
1818
height={24}

0 commit comments

Comments
 (0)