mirror of https://github.com/buster-so/buster.git
Merge pull request #1097 from buster-so/log-in-page-logo-url
redirect logo url to buster home page
This commit is contained in:
commit
37148b150a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue