Skip to content

Commit

Permalink
feat: add highres mainicon
Browse files Browse the repository at this point in the history
  • Loading branch information
CostasAK committed Jul 9, 2024
1 parent 914c1e8 commit ee6a5c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
<meta name="description" content="%VITE_APP_DESCRIPTION%" />

<!-- Icons -->
<link rel="icon" href="/000047_hr1.png?v=1" />
<link
rel="icon"
type="image/png"
sizes="80x80"
href="/000047_hr1.png?v=1"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
Expand Down Expand Up @@ -54,9 +59,13 @@
<meta property="og:type" content="website" />
<meta property="og:title" content="%VITE_APP_NAME%" />
<meta property="og:description" content="%VITE_APP_DESCRIPTION%" />
<meta property="og:image" content="/000047_hr1.png?v=1" />
<meta property="og:image:width" content="80" />
<meta property="og:image:height" content="80" />

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="/000047_hr1.png?v=1" />

<!-- oEmbed -->
<link type="application/json+oembed" href="/oembed.json?v=1" />
Expand Down
Binary file added public/000047_hr1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/layout/header.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Header() {
return (
<header className="flex items-center justify-center gap-2 bg-neutral-900 p-2 text-neutral-200 sm:gap-4 sm:p-4">
<img src="/apple-touch-icon.png" alt="" className="h-8 sm:h-14"></img>
<img src="/000047_hr1.png" alt="" className="h-8 sm:h-14"></img>
<h1 className="text-4xl font-bold leading-none sm:text-6xl">
FFXIV Buddy
</h1>
Expand Down

0 comments on commit ee6a5c7

Please sign in to comment.