Skip to content

Commit

Permalink
manifest and img
Browse files Browse the repository at this point in the history
  • Loading branch information
PandeCode committed Mar 3, 2023
1 parent 11e031e commit d8173fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
sizes="16x16"
href="/favicon-16x16.png"
/>
<link rel="manifest" href="/manifest.webmanifest " />
<link rel="manifest" href="https://pandecode.github.io/anode/manifest.webmanifest" />
<link rel="theme-color" href="#209CEE" />
</head>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function HeaderSimple({ links }: HeaderSimpleProps) {
return (
<Header height={60} style={{ position: "absolute", top: 0, left: 0 }}>
<Container className={classes.header}>
<img width={32} height={32} src="/favicon-32x32.png" />
<img width={32} height={32} src="https://pandecode.github.io/anode/favicon-32x32.png" />
<Group spacing={5} className={classes.links}>
{links.map((link) => (
<a
Expand Down

0 comments on commit d8173fa

Please sign in to comment.