Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed footer of the home page #35

Merged
merged 3 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/react/home.tsx.stub
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export default function Home() {
</div>

<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{' '}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should stay here

Route for this page is registered in <code>start/routes.ts</code> file, rendering
<code>inertia/pages/home.tsx</code> template
</div>
</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 @@ -349,7 +349,7 @@ export default function Home() {
</div>

<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{' '}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should stay here

Route for this page is registered in <code>start/routes.ts</code> file, rendering
<code>inertia/pages/home.tsx</code> template
</div>
</div>
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 @@ -333,7 +333,7 @@
</div>

<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{' '}
Route for this page is registered in <code>start/routes.ts</code> file, rendering
<code>inertia/pages/home.svelte</code> template
</div>
</div>
2 changes: 1 addition & 1 deletion stubs/vue/home.vue.stub
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
</div>

<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{' '}
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