Skip to content

Commit

Permalink
Merge pull request #7 from Nurrohmann/feat/deployment
Browse files Browse the repository at this point in the history
feat: add icon in title app
  • Loading branch information
Nuuriii authored Jan 8, 2024
2 parents 299643a + b38ce5c commit 1c41f7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

Binary file added src/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<head>
<link rel="icon" href="./icon.png" sizes="any" />
</head>
<body className={poppins.className}>{children}</body>
</html>
);
Expand Down

0 comments on commit 1c41f7f

Please sign in to comment.