improvement: logo and name svgs updated and replaced.

This commit is contained in:
2026-08-19 19:39:27 +03:30
parent 96f698be98
commit 29c639f5a1
55 changed files with 262 additions and 71 deletions

View File

@@ -10,7 +10,7 @@ import { zodResolver } from '@hookform/resolvers/zod';
import * as z from 'zod';
import { Lock, Mail, User } from 'lucide-react';
import { AuthPageShell } from '@/components/ui/auth/AuthPageShell';
import { BrandWordmark } from '@/components/ui/shared/BrandWordmark';
import { BrandLockup } from '@/components/ui/shared/BrandLockup';
import { Button } from '@/components/ui/shared/Button';
import { Input } from '@/components/ui/shared/Input';
import { OrganizationDetailsFields } from '@/components/ui/auth/OrganizationDetailsFields';
@@ -180,7 +180,7 @@ function AcceptOrganizationInviteContent() {
header={
<>
<Link href="/" className="flex justify-center">
<BrandWordmark className="text-2xl sm:text-3xl font-semibold text-text-primary" />
<BrandLockup className="text-2xl sm:text-3xl text-text-primary" />
</Link>
<h2 className="mt-4 sm:mt-6 text-center text-2xl sm:text-3xl font-semibold text-text-primary">
{t('acceptOrganizationTitle')}