Skip to content

Commit

Permalink
docs: fix: link and text page
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jul 6, 2024
1 parent 0453f75 commit 3951576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 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">
<A href="/" aClass="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 hover:no-underline">
<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
2 changes: 1 addition & 1 deletion src/routes/docs/typography/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Use the `color` prop to set the color of the inline text.

Increase or decrease the spacing between letters using the `space` prop.

```svelte example class="flex flex-wrap items-center space-x-4 rtl:space-x-reverse" hideScript
```svelte example class="flex flex-wrap items-center rtl:space-x-reverse" hideScript
<script>
import { P } from 'flowbite-svelte';
</script>
Expand Down

0 comments on commit 3951576

Please sign in to comment.