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 { useEffect, useState } from "react";
import logo_light from "../assets/logo_light_46.png";
import logo_dark from "../assets/logo_dark_46.png";
import logo_light from "../assets/logo_light_160.png";
import logo_dark from "../assets/logo_dark_160.png";
import { AutoComplete, Button } from "@douyinfe/semi-ui";
import { IconSearch, IconSun, IconMoon } from "@douyinfe/semi-icons";
import { Link } from "react-router-dom";
@@ -117,7 +117,7 @@ export default function Shortcuts() {
<img
src={theme === "dark" ? logo_dark : logo_light}
alt="logo"
className="me-2 sm:h-[28px] md:h-[46px]"
className="me-2 sm:h-[28px] md:h-[46px] h-[48px]"
/>
</Link>
<div className="ms-4 sm:text-sm xl:text-lg font-semibold">