Make the logo higher quality

This commit is contained in:
1ilit
2024-02-28 16:53:59 +02:00
parent 9554e363f6
commit 079229b268
8 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import { useState } from "react";
import { Link } from "react-router-dom";
import logo from "../assets/logo_light_46.png";
import logo from "../assets/logo_light_160.png";
import { SideSheet } from "@douyinfe/semi-ui";
import { IconMenu } from "@douyinfe/semi-icons";
@@ -12,7 +12,7 @@ export default function Navbar() {
<div className="py-5 px-8 sm:px-4 flex justify-between items-center">
<div className="flex items-center justify-start">
<Link to="/">
<img src={logo} alt="logo" className="me-2 sm:h-[32px]" />
<img src={logo} alt="logo" className="me-2 h-[48px] sm:h-[32px]" />
</Link>
<div className="md:hidden">
<Link