Skip to content

Commit 95c618c

Browse files
authored
fix: Update images to new zero logo (#43)
1 parent 1b6cd31 commit 95c618c

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

scripts/check.sh

100644100755
File mode changed.

scripts/gha-setup.sh

100644100755
File mode changed.

scripts/required-bins.sh

100644100755
File mode changed.

templates/public/favicon.ico

12.1 KB
Binary file not shown.

templates/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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-
<title>Commit0 Deployable Frontend</title>
27+
<title>Zero Deployable Frontend</title>
2828
</head>
2929
<body>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>

templates/public/logo192.png

3.94 KB
Loading

templates/public/logo512.png

19.6 KB
Loading

templates/src/commit-logo.png

-1.71 KB
Binary file not shown.

templates/src/components/Navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React<%if eq (index .Params `userAuth`) "yes" %>, { useContext }<% end %> from 'react'
22
import { Link } from 'react-router-dom'
33
<%if eq (index .Params `userAuth`) "yes" %> import { AuthContext } from '../context/AuthContext' <% end %>
4-
import logo from '../commit-logo.png'
4+
import logo from '../logo.png'
55

66
import './Navigation.css'
77
<%if eq (index .Params `userAuth`) "yes" %>

0 commit comments

Comments
 (0)