Skip to content

Commit 1c3227c

Browse files
committed
feat: change website icon and title
1 parent 5edf898 commit 1c3227c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

playground/src/app/favicon.ico

-25.3 KB
Binary file not shown.

playground/src/app/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

playground/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const geistMono = Geist_Mono({
1414
});
1515

1616
export const metadata: Metadata = {
17-
description: 'Generated by create next app',
18-
title: 'Create Next App'
17+
description: 'soybean-react-ui playground',
18+
title: 'Soybean React UI'
1919
};
2020

2121
export default async function RootLayout({

0 commit comments

Comments
 (0)