Skip to content

Commit

Permalink
chore: Update image file references to use SVG format
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithAlamin committed Aug 1, 2024
1 parent e89fe00 commit 5c9d4ed
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link
rel="icon"
type="image/svg+xml"
href="https://convayto.vercel.app/images/convayto-logo-short-circle.png"
href="https://convayto.vercel.app/images/convayto-logo-short-circle.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Expand Down
22 changes: 22 additions & 0 deletions public/images/convayto-logo-short-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function Footer() {
<div className="flex items-center justify-center gap-2 truncate text-center text-xs">
<img
className="h-6 rounded-full border-2 border-LightShade/20"
src="./images/convayto-logo-short-circle.png"
src="/images/convayto-logo-short-circle.svg"
alt="Logo"
/>
<span className=" opacity-60">
Expand Down

0 comments on commit 5c9d4ed

Please sign in to comment.