Skip to content

Commit

Permalink
style: change png by svg
Browse files Browse the repository at this point in the history
  • Loading branch information
MathildeNS committed Nov 17, 2023
1 parent ddd0ee8 commit d7785ce
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
Binary file removed frontend/public/assets/geocam-logo-dark.png
Binary file not shown.
Binary file removed frontend/public/assets/geocam-logo-icon.png
Binary file not shown.
1 change: 1 addition & 0 deletions frontend/public/assets/geocam-logo-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed frontend/public/assets/geocam-logo-light.png
Binary file not shown.
4 changes: 2 additions & 2 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/assets/geocam-logo-icon.svg" />
<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" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/assets/geocam-logo-icon.svg" />
<!--
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 Down
2 changes: 1 addition & 1 deletion frontend/src/components/HeadBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const HeadBar = () => {
<Grid item>
<Link to={`/`} style={{ textDecoration: "none" }}>
<img
src={process.env.PUBLIC_URL + "/assets/geocam-logo-dark.png"}
src={process.env.PUBLIC_URL + "/assets/geocam-logo.svg"}
width="135"
height="30"
/>
Expand Down

0 comments on commit d7785ce

Please sign in to comment.