Skip to content

Commit 3d972de

Browse files
committed
feat: add favicons
1 parent b9294cf commit 3d972de

8 files changed

Lines changed: 13 additions & 1 deletion

File tree

app/components/User/Statistics/Distribution.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Distribution({
4646

4747
return amount;
4848
}),
49-
label: "challenges in tier",
49+
label: "Challenges in tier",
5050
color: "#0dbdff",
5151
},
5252
]}

app/root.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ export const links: Route.LinksFunction = () => [
2727
rel: "preconnect",
2828
href: cupcakeDomain,
2929
},
30+
{
31+
rel: "icon",
32+
type: "image/x-icon",
33+
href: "/favicon.ico",
34+
},
35+
{
36+
rel: "icon",
37+
type: "image/png",
38+
sizes: "96x96",
39+
href: "/favicon.png",
40+
},
3041
];
3142

3243
export function Layout({ children }: { children: React.ReactNode }) {

public/apple-touch-icon.png

3.18 KB
Loading

public/favicon-96x96.png

2.8 KB
Loading

public/favicon.ico

0 Bytes
Binary file not shown.

public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading
3.44 KB
Loading
12.1 KB
Loading

0 commit comments

Comments
 (0)