redirect logo url to buster home page

This commit is contained in:
Blake Rouse 2025-09-23 16:51:02 -06:00
parent db37191cb9
commit 51079b2a18
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