@ -8,7 +8,7 @@ type ButtonProps = {
|
|||||||
export function RedirectButton({ title, url }: ButtonProps) {
|
export function RedirectButton({ title, url }: ButtonProps) {
|
||||||
return (
|
return (
|
||||||
<div className="w-fit rounded-lg">
|
<div className="w-fit rounded-lg">
|
||||||
<Link href={url}>
|
<Link href={url} target="_blank">
|
||||||
<p className="hover:text-primary transition-all">{title}</p>
|
<p className="hover:text-primary transition-all">{title}</p>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user