Skip to content

Commit

Permalink
docs(#49): change radius for discord and fix color error
Browse files Browse the repository at this point in the history
francescovallone committed Jul 28, 2024
1 parent d81371c commit 8809589
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .website/components/hero.vue
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
A backend framework for building efficient and scalable server-side applications <br /><span class="font-bold">Powered by <span class="text-cyan-500">Dart</span> 🎯</span>
</div>
<div class="flex flex-col lg:flex-row justify-center items-center gap-4">
<a href="/in_a_nutshell.html" class="bg-orange-400 px-8 py-4 rounded-full">Get Started</a>
<a href="/in_a_nutshell.html" class="bg-orange-400 px-8 py-4 rounded-full !hover:text-white">Get Started</a>
<a href="https://discord.gg/zydgnJ3ksJ" class="px-8 py-4">Join the community</a>
</div>
</div>
2 changes: 1 addition & 1 deletion .website/components/home.vue
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ import Hero from './hero.vue'
<div class="flex flex-col w-full">
<iframe
src="https://discord.com/widget?id=1099781506978807919&theme=dark"
class="w-full h-64"
class="w-full h-64 rounded-lg"
allowtransparency="true"
frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"

0 comments on commit 8809589

Please sign in to comment.