Skip to content

Commit

Permalink
fix: fixing logo (fr)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyy committed May 26, 2024
1 parent 459c5bc commit 33a14ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/logo.svg" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hybrid</title>
</head>
Expand Down
8 changes: 8 additions & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/assets/logo.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/ui/logo.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import Logo from "@/assets/logo.svg";
import hybrid from "/logo.svg";

export function Hybrid() {
return (
<a
href="/"
className="flex w-fit scale-75 items-center gap-1.5 lg:scale-100"
>
<img src={Logo} alt="hybrid logo" draggable={false} />
<img src={hybrid} alt="logo" draggable={false} />
<span className="text-[28px] font-semibold leading-[120%] tracking-tight">
Hybrid
</span>
Expand Down

0 comments on commit 33a14ac

Please sign in to comment.