diff --git a/src/content/docs/en/tutorial/6-islands/3.mdx b/src/content/docs/en/tutorial/6-islands/3.mdx index 7604b10b4f2b4..ef3d074efba71 100644 --- a/src/content/docs/en/tutorial/6-islands/3.mdx +++ b/src/content/docs/en/tutorial/6-islands/3.mdx @@ -14,6 +14,7 @@ import CompletionConfetti from '~/components/tutorial/CompletionConfetti.astro'; import PreCheck from '~/components/tutorial/PreCheck.astro'; import Button from '~/components/Button.astro'; +import { CardGrid, LinkCard } from '@astrojs/starlight/components'; There's one more edit to make... @@ -56,14 +57,6 @@ Welcome to the universe, astronaut. 👩🏼‍🚀👨🏿‍🚀🧑‍🚀 -## Next Steps - -Continue with either of our tutorial extensions to [add view transitions to this project](/en/tutorials/add-view-transitions/) or to [add a content collection to manage your blog posts](/en/tutorials/add-content-collections/) - -[Start a new Astro project](/en/getting-started/) - -[Join us on Discord](https://astro.build/chat) - ## Share your achievement! @@ -74,3 +67,29 @@ Congratulations on completing the Astro blog tutorial! Share your achievement wi + +## Next Steps + +You can enhance this project's final code with one of our tutorial extensions, or start your next Astro project! + + + + + +