Skip to content

Commit 734f2b8

Browse files
authored
Merge pull request #273 from Pseudo-Lab/refactor/change-favicon
refactor(getcloser): favicon 이미지 변경
2 parents 8c1edd9 + 08dccc6 commit 734f2b8

3 files changed

Lines changed: 140 additions & 1 deletion

File tree

getcloser/frontend/package-lock.json

Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 49 additions & 0 deletions
Loading

getcloser/frontend/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function RootLayout({
4040
return (
4141
<html lang="en" style={{ background: 'linear-gradient(to bottom, hsl(160 40% 10%) 0%, hsl(160 40% 15%) 40%, hsl(160 40% 20%) 100%)' }} className="min-h-screen">
4242
<head>
43-
<link rel="icon" href="/favicon.png" type="image/png" />
43+
<link rel="icon" href="/pseudolab.svg" type="image/svg+xml" sizes="any" />
4444
{/* eslint-disable-next-line @next/next/no-page-custom-font */}
4545
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap" rel="stylesheet" />
4646
</head>

0 commit comments

Comments
 (0)