Skip to content

Commit

Permalink
fix external link icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed May 6, 2024
1 parent cde6ec3 commit 6bc0eb4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/components/WikilinkComponent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@
{:else}
<a target="_blank" {href} {title}>
{text}
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g
id="SVGRepo_tracerCarrier"
stroke-linecap="round"
stroke-linejoin="round"
></g><g id="SVGRepo_iconCarrier">
<g id="Interface / External_Link">
<svg
class="align-text-top h-3.5 inline pl-1"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
><g stroke-linecap="round" stroke-linejoin="round"></g><g>
<g>
<path
id="Vector"
d="M10.0002 5H8.2002C7.08009 5 6.51962 5 6.0918 5.21799C5.71547 5.40973 5.40973 5.71547 5.21799 6.0918C5 6.51962 5 7.08009 5 8.2002V15.8002C5 16.9203 5 17.4801 5.21799 17.9079C5.40973 18.2842 5.71547 18.5905 6.0918 18.7822C6.5192 19 7.07899 19 8.19691 19H15.8031C16.921 19 17.48 19 17.9074 18.7822C18.2837 18.5905 18.5905 18.2839 18.7822 17.9076C19 17.4802 19 16.921 19 15.8031V14M20 9V4M20 4H15M20 4L13 11"
stroke="#000000"
stroke-width="2"
Expand Down

0 comments on commit 6bc0eb4

Please sign in to comment.