feat: add corgi logo

This commit is contained in:
Steven 2022-11-13 08:44:17 +08:00
parent 3b286c687a
commit d86c2d98d0
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.webp" type="image/*" />
<link rel="icon" href="/corgi-logo.png" type="image/*" />
<meta name="theme-color" content="#FFFFFF" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Corgi</title>

BIN
web/public/corgi-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@ -37,7 +37,8 @@ const Header: React.FC = () => {
<div className="w-full bg-amber-50">
<div className="w-full max-w-4xl mx-auto px-3 py-5 flex flex-row justify-between items-center">
<div className="flex flex-row justify-start items-center shrink mr-2">
<Link to="/" className="text-base font-mono font-medium cursor-pointer">
<Link to="/" className="text-base font-mono font-medium cursor-pointer flex flex-row justify-start items-center">
<img src="/corgi-logo.png" className="w-8 h-auto mr-1" alt="" />
Corgi
</Link>
{workspaceList.length > 0 && activedWorkspace !== undefined && (