feat(ssr): open beatsaver page in new tab
All checks were successful
deploy / deploy (push) Successful in 1m2s
All checks were successful
deploy / deploy (push) Successful in 1m2s
This commit is contained in:
parent
1a5493be69
commit
b60d713d3c
@ -127,7 +127,10 @@ export default function Score({
|
||||
<>
|
||||
<Tooltip>
|
||||
<TooltipTrigger>
|
||||
<Link href={`https://beatsaver.com/maps/${mapId}`}>
|
||||
<Link
|
||||
href={`https://beatsaver.com/maps/${mapId}`}
|
||||
target="_blank"
|
||||
>
|
||||
<Button
|
||||
className="h-[30px] w-[30px] bg-neutral-700 p-1"
|
||||
variant={"secondary"}
|
||||
|
Loading…
Reference in New Issue
Block a user