Skip to content

Commit

Permalink
Merge pull request #40 from fastbuka/Api
Browse files Browse the repository at this point in the history
Change favicon from png to ico
  • Loading branch information
Michaeloduah authored Nov 19, 2024
2 parents 2a8dfae + 98e4dbd commit 0c70f17
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(app)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function RootLayout({
return (
<html lang="en">
<head>
<link rel="icon" href="/logo.png" type="image/x-icon" />
<link rel="icon" href="/logo.ico" type="image/x-icon" />
</head>
<body suppressHydrationWarning={true}>
<div className="">
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function RootLayout({
return (
<html lang="en">
<head>
<link rel="icon" href="/logo.png" type="image/x-icon" />
<link rel="icon" href="/logo.ico" type="image/x-icon" />
</head>
<body className={inter.className}>
<Providers>{children}</Providers>
Expand Down
File renamed without changes.

0 comments on commit 0c70f17

Please sign in to comment.