Skip to content

Commit

Permalink
chore: remove margin on documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Sep 17, 2024
1 parent 20fa83f commit 8df1518
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stubs/react/home.tsx.stub
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Home() {
</svg>
</div>

<div className="mt-1.5 space-y-1">
<div className="space-y-1">
<h2 className="text-lg font-semibold">
<a href="https://docs.adonisjs.com" target="_blank">
<span>Documentation</span>
Expand Down
2 changes: 1 addition & 1 deletion stubs/solid/home.tsx.stub
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function Home() {
</svg>
</div>

<div class="mt-1.5 space-y-1">
<div class="space-y-1">
<h2 class="text-lg font-semibold">
<a href="https://docs.adonisjs.com" target="_blank">
<span>Documentation</span>
Expand Down
2 changes: 1 addition & 1 deletion stubs/svelte/home.svelte.stub
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</svg>
</div>

<div class="mt-1.5 space-y-1">
<div class="space-y-1">
<h2 class="text-lg font-semibold">
<a href="https://docs.adonisjs.com" target="_blank">
<span>Documentation</span>
Expand Down
2 changes: 1 addition & 1 deletion stubs/vue/home.vue.stub
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</svg>
</div>

<div class="mt-1.5 space-y-1">
<div class="space-y-1">
<h2 class="text-lg font-semibold">
<a href="https://docs.adonisjs.com" target="_blank">
<span>Documentation</span>
Expand Down

0 comments on commit 8df1518

Please sign in to comment.