Skip to content

Commit

Permalink
chore: fix astro links
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 28, 2022
1 parent a967e55 commit c722e9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## ✌️ preview

Check out the live demo by clicking [here](https://dokto.cssninja.io).
Dokto is built with [Astro](https://astro.dev), [TailwindCSS](https://tailwindcss.com/) and [Alpine JS](https://github.com/alpinejs/alpine).
Dokto is built with [Astro](https://astro.build), [TailwindCSS](https://tailwindcss.com/) and [Alpine JS](https://github.com/alpinejs/alpine).

## 👍 Features

Expand Down
4 changes: 2 additions & 2 deletions src/components/section/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ import Logo from "@components/base/Logo.astro";
</p>
<span
class="sm:ml-auto sm:mt-0 mt-2 sm:w-auto w-full sm:text-left text-center text-muted-500 dark:text-muted-400 text-sm"
>Built with <a href="https://astro.dev" class="hover:text-primary-500"
>Astro.dev</a
>Built with <a href="https://astro.build" class="hover:text-primary-500"
>Astro.build</a
>
</span>
</div>
Expand Down

0 comments on commit c722e9c

Please sign in to comment.