Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add mask-icon for safari tab icon as per the rules #1138

Merged
merged 2 commits into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo-brand.svg" />
<link rel="apple-touch-icon" type="image/svg+xml" href="/logo-brand.svg" sizes="180x180">
<link rel='mask-icon' type="image/png" href="/icons/512-maskable.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" type="image/svg+xml" href="/logo-brand.svg">
<link rel="apple-touch-icon" type="image/png" href="/icons/192/png" sizes="192x192">
verbiricha marked this conversation as resolved.
Show resolved Hide resolved
<link rel="mask-icon" type="image/svg+xml" href="/safari-pinned-tab.svg">

<meta name=viewport content="width=device-width,height=device-height,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no,viewport-fit=cover">
verbiricha marked this conversation as resolved.
Show resolved Hide resolved

<meta name=apple-mobile-web-app-capable content=yes>
verbiricha marked this conversation as resolved.
Show resolved Hide resolved
<meta name=apple-mobile-web-app-status-bar-style content=black>
verbiricha marked this conversation as resolved.
Show resolved Hide resolved
<meta
name="description"
content="Geyser is a bitcoin crowdfunding platform that enables campaign creators to launch their projects with rewards and engage their communities with posts and content."
Expand Down
3 changes: 3 additions & 0 deletions public/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.