make them open in a new tab
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s
This commit is contained in:
parent
07ecdaaf78
commit
b939f9b807
@ -8,7 +8,7 @@ type ButtonProps = {
|
||||
export function RedirectButton({ title, url }: ButtonProps) {
|
||||
return (
|
||||
<div className="w-fit rounded-lg">
|
||||
<Link href={url}>
|
||||
<Link href={url} target="_blank">
|
||||
<p className="hover:text-primary transition-all">{title}</p>
|
||||
</Link>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user