This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
import favicon from '../favicon.ico';
|
|
||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<div className="w-full flex-1 flex flex-col items-center justify-center">
|
<div className="w-full flex-1 flex flex-col items-center justify-center">
|
||||||
<Image
|
<Image
|
||||||
src={favicon.src}
|
src="/avatar.png"
|
||||||
alt="TONE's avatar"
|
alt="TONE's avatar"
|
||||||
width={180}
|
width={180}
|
||||||
height={180}
|
height={180}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 MiB |
@@ -27,6 +27,7 @@ export default async function RootLayout({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<body
|
<body
|
||||||
className={`${geistSans.variable} ${geistMono.variable} antialiased min-h-screen flex flex-col`}
|
className={`${geistSans.variable} ${geistMono.variable} antialiased min-h-screen flex flex-col`}
|
||||||
suppressHydrationWarning
|
suppressHydrationWarning
|
||||||
|
|||||||
BIN
apps/frontend/public/avatar.png
Normal file
BIN
apps/frontend/public/avatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 418 KiB |
BIN
apps/frontend/public/favicon.ico
Normal file
BIN
apps/frontend/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
Reference in New Issue
Block a user