Skip to content

Commit

Permalink
docs: fix: CTA link
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jul 1, 2024
1 parent 0459eba commit 0453f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/typography/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Use this example to set a hyperlink on a CTA element with text and a custom icon
import Figma from '../../utils/icons/Figma.svelte';
</script>
<A textColor="text-gray-500 dark:text-gray-400 dark:hover:text-white" aClass="inline-flex justify-center items-center p-5 text-base font-medium bg-gray-50 rounded-lg hover:text-gray-900 hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-700">
<A href="/" aClass="text-gray-500 dark:text-gray-400 dark:hover:text-white inline-flex justify-center items-center p-5 text-base font-medium bg-gray-50 rounded-lg hover:text-gray-900 hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-700">
<Figma />
<span class="w-full ms-3">Get started with our Figma Design System</span>
<ArrowRightOutline class="w-6 h-6 ms-2" />
Expand Down

0 comments on commit 0453f75

Please sign in to comment.