Skip to content

Commit

Permalink
#28 Remove outline.
Browse files Browse the repository at this point in the history
  • Loading branch information
wongprom committed Oct 13, 2023
1 parent 27535f8 commit 2c7290d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/LinkSidebarExternal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function LinkSidebarExternal({ link, tooltipText }: Props) {
<div className="flex w-full items-center justify-center rounded-xl px-3 py-2 xl:hover:bg-[#1c1d21]">
<Link href={link} target="_blank" className="cursor-pointer">
<svg
className="focus:outline-none"
xmlns="http://www.w3.org/2000/svg"
width="15"
height="15"
Expand Down

0 comments on commit 2c7290d

Please sign in to comment.