Skip to content

Commit

Permalink
fix: fixed footer of the home page (#35)
Browse files Browse the repository at this point in the history
* fix: fixed footer of the home page

* fix: message footer home page

* fix: for valid pr
  • Loading branch information
TheoMeunier authored Sep 17, 2024
1 parent 6258e9a commit 20fa83f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion stubs/react/home.tsx.stub
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export default function Home() {
</div>
</div>

<div className="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 relative py-2">
<div className="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 fixed bottom-0 left-0 right-0 py-2">
Route for this page is registered in <code>start/routes.ts</code> file, rendering{' '}
<code>inertia/pages/home.tsx</code> template
</div>
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 @@ -348,7 +348,7 @@ export default function Home() {
</div>
</div>

<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 relative py-2">
<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 fixed bottom-0 left-0 right-0 py-2">
Route for this page is registered in <code>start/routes.ts</code> file, rendering{' '}
<code>inertia/pages/home.tsx</code> template
</div>
Expand Down
4 changes: 2 additions & 2 deletions stubs/svelte/home.svelte.stub
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@
</div>
</div>

<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 relative py-2">
Route for this page is registered in <code>start/routes.ts</code> file, rendering{' '}
<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 fixed bottom-0 left-0 right-0 py-2">
Route for this page is registered in <code>start/routes.ts</code> file, rendering
<code>inertia/pages/home.svelte</code> template
</div>
</div>
4 changes: 2 additions & 2 deletions stubs/vue/home.vue.stub
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@
</div>
</div>

<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 relative py-2">
Route for this page is registered in <code>start/routes.ts</code> file, rendering{' '}
<div class="text-sm text-center [&>code]:font-medium [&>code]:text-[#a599ff] bg-sand-12 text-sand-1 fixed bottom-0 left-0 right-0 py-2">
Route for this page is registered in <code>start/routes.ts</code> file, rendering
<code>inertia/pages/home.vue</code> template
</div>
</div>
Expand Down

0 comments on commit 20fa83f

Please sign in to comment.