Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Arxeno committed Dec 8, 2023
1 parent 9938fdd commit 624faac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added public/icons/favicon-32x32.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 @@ -4,6 +4,9 @@ import { Poppins } from "next/font/google";

export const metadata: Metadata = {
title: "RISTEK Open Source",
icons: {
icon: "icons/favicon-32x32.png",
},
};

const poppins = Poppins({
Expand Down

0 comments on commit 624faac

Please sign in to comment.