Skip to content

Commit

Permalink
Merge pull request #76 from zkfairdomains/test
Browse files Browse the repository at this point in the history
change favicons
  • Loading branch information
rdonmez authored Feb 2, 2024
2 parents bb9d051 + 21dc340 commit ea27cbe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file added public/180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico?v=2" />


<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand All @@ -21,7 +21,6 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!--Social Media Metas-->

<title>ZKFair Domains (.zkf)</title>

Expand All @@ -42,6 +41,11 @@
<meta name="twitter:title" content="The first decentralised naming system built on ZKFair." class="yoast-seo-meta-tag" />
<meta name="twitter:description" content="Claim your .zkf domain today!" class="yoast-seo-meta-tag" />
<meta name="twitter:image" content="https://zkfair.domains/wp-content/uploads/2024/01/zkfairdomainsbanner.jpg" class="yoast-seo-meta-tag" />

<link rel="icon" href="%PUBLIC_URL%/32x32.png" sizes="32x32" />
<link rel="icon" href="%PUBLIC_URL%/192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/180x180.png" />

</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit ea27cbe

Please sign in to comment.