Skip to content

Commit

Permalink
remove blank target
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgil committed Aug 1, 2024
1 parent 91c4749 commit dcdbfc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ui/buttons/CaptBrush.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const ringClasses = "dark:ring-zinc-200";
<a
class={`${baseClasses} ${borderClasses} ${bgColorClasses} ${hoverClasses} ${fontSizeClasses} ${ringClasses}`}
href={url}
target="_blank"
rel="noopener noreferrer"
>
<!--
Expand Down

0 comments on commit dcdbfc1

Please sign in to comment.