@ -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>
|
||||
|
Reference in New Issue
Block a user