Skip to content

Commit

Permalink
✨ Blank target
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Sep 14, 2023
1 parent 2da7b7c commit 307f65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/src/components/console/SourceLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const SourceLink = ({ link, index }: LinkInfo) => {

return (
<FadeIn>
<a href={link}>
<a href={link} target="_blank">
<div className="group h-full space-y-2 rounded border border-white/20 bg-white/5 p-2 transition-colors duration-300 hover:bg-white/10">
{linkMeta.isLoading ? (
<div className="animate-pulse space-y-2">
Expand Down

0 comments on commit 307f65f

Please sign in to comment.