Skip to content

Commit fa9aec9

Browse files
committed
update: update the sca logo
1 parent 57cddb1 commit fa9aec9

18 files changed

+49
-35
lines changed

public/android-chrome-192x192.png

20.8 KB
Loading

public/android-chrome-512x512.png

59.2 KB
Loading

public/apple-touch-icon.png

18.7 KB
Loading

public/favicon-16x16.png

732 Bytes
Loading

public/favicon-32x32.png

1.79 KB
Loading

public/favicon.ico

-203 KB
Binary file not shown.

public/index.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
name="description"
1010
content="We are a non-profit organisation focused on celebrating and empowering young girls and women in tech across Africa."
1111
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
12+
<!-- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> -->
1313
<!--
1414
manifest.json provides metadata used when your web app is installed on a
1515
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1616
-->
17-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
17+
<!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> -->
1818
<!--
1919
Notice the use of %PUBLIC_URL% in the tags above.
2020
It will be replaced with the URL of the `public` folder during the build.
@@ -24,6 +24,24 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27+
<link
28+
rel="apple-touch-icon"
29+
sizes="180x180"
30+
href="%PUBLIC_URL%/apple-touch-icon.png"
31+
/>
32+
<link
33+
rel="icon"
34+
type="image/png"
35+
sizes="32x32"
36+
href="%PUBLIC_URL%/favicon-32x32.png"
37+
/>
38+
<link
39+
rel="icon"
40+
type="image/png"
41+
sizes="16x16"
42+
href="%PUBLIC_URL%/favicon-16x16.png"
43+
/>
44+
<link rel="manifest" href="%PUBLIC_URL%/site.webmanifest" />
2745
<link rel="preconnect" href="https://fonts.googleapis.com" />
2846
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
2947
<link

public/logo192.png

-60.6 KB
Binary file not shown.

public/logo512.png

-20.9 KB
Binary file not shown.

public/manifest.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)