Skip to content

Commit

Permalink
Merge pull request #43 from wongprom/28-bug-remove-outline
Browse files Browse the repository at this point in the history
#28 Remove outline.
  • Loading branch information
wongprom committed Oct 13, 2023
2 parents 27535f8 + 2c7290d commit c845d73
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 c845d73

Please sign in to comment.