fix: update logo

This commit is contained in:
Mythie
2023-05-28 13:10:09 +10:00
parent a83b09f4db
commit 89d9e02464
5 changed files with 93 additions and 85 deletions

View File

@@ -112,9 +112,13 @@ export default function TopNavigation() {
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div className="flex h-16 justify-between">
<div className="flex">
<div className="flex flex-shrink-0 items-center">
<Logo></Logo>
</div>
<Link
href="/dashboard"
className="flex flex-shrink-0 items-center gap-x-2 self-center overflow-hidden">
<Logo className="h-8 w-8" />
<h2 className="text-2xl font-semibold">Documenso</h2>
</Link>
<div className="hidden sm:-my-px sm:ml-6 sm:flex sm:space-x-8">
{navigation.map((item) => (
<Link