Skip to content

Commit

Permalink
fix: test icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuxaw committed Jul 29, 2023
1 parent d4d1e07 commit ade7305
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Binary file added public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/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.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file removed public/logo.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const metadata: Metadata = {
{ media: "(prefers-color-scheme: dark)", color: "black" },
],
icons: {
icon: "/logo.png",
shortcut: "/logo.png",
icon: "/favicon.ico",
shortcut: "/favicon-32x32.png",
apple: "/apple-touch-icon.png",
},
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/DailyAnime.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// component for daily anime
"use client"
// "use client"

import Image from "next/image"
import { DateTime } from "luxon"
Expand Down

0 comments on commit ade7305

Please sign in to comment.