Skip to content

Commit

Permalink
fix saol link
Browse files Browse the repository at this point in the history
  • Loading branch information
ankarhem committed Feb 25, 2022
1 parent b937206 commit 76f75de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/ShareModalContent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
Dagens ord
<a
class="border border-primary-500 dark:border-primary-400 uppercase rounded p-1 mx-1 bg-transparent hover:bg-primary-300 dark:hover:bg-primary-700 text-primary-500 dark:text-primary-400 flex-inline items-center w-min"
href={`https://svenska.se/saol/?q=${data.word}`}
href={`https://svenska.se/saol/?sok=${data.word}`}
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 76f75de

Please sign in to comment.