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

Styling - adding favicon #452

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
Prev Previous commit
fix index file
malvinamaria committed Apr 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 32df03e0a716a153c7c35f3b949e3ce3bf892c18
8 changes: 3 additions & 5 deletions code/public/index.html
Original file line number Diff line number Diff line change
@@ -13,12 +13,10 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Technigo React App</title>
<link rel="icon" href="favicon.ico" sizes="any" />
<!-- 32×32 -->
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="favicon.svg" type="image/svg+xml" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice with the favicon!

<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<!-- 180×180 -->
<link rel="manifest" href="site.webmanifest" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
</head>

<body>