Skip to content

Commit

Permalink
feat: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
jyc0011 committed Jul 11, 2024
1 parent 557afb1 commit 35910c1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Preview

<br>
![캡처](/readme/img.png)

## Getting Started

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions kaupc-2024/src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const metadata = {
export default function RootLayout({children}) {
return (
<html lang="en">
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
<body className={inter.className}>{children}</body>
</html>
);
Expand Down
1 change: 1 addition & 0 deletions kaupc-2024/src/app/load/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const metadata = {
export default function RootLayout({children}) {
return (
<html lang="en">
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
<body className={inter.className}>{children}</body>
</html>
);
Expand Down
Binary file added readme/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35910c1

Please sign in to comment.