Merge pull request #1097 from buster-so/log-in-page-logo-url

redirect logo url to buster home page
This commit is contained in:
Blake Rouse 2025-09-23 16:59:15 -06:00 committed by GitHub
commit 37148b150a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import { Link } from '@tanstack/react-router';
import type React from 'react';
import { BusterLogoWithText } from '@/assets/svg/BusterLogoWithText';
import { Text } from '@/components/ui/typography';
@ -10,9 +9,9 @@ export const WelcomeToBuster: React.FC<{
<div className="flex h-full w-full flex-col justify-between p-10">
<div>
<div className="w-[130px]">
<Link to={'/'}>
<a href="https://www.buster.so/" target="_blank" rel="noopener noreferrer">
<BusterLogoWithText />
</Link>
</a>
</div>
<div className="mt-24">
<h1