Skip to content

Commit 9f8af1c

Browse files
committed
docs: fix TanStack Start snippet for Jekyll
1 parent 3343afd commit 9f8af1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TanStackStart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ import { createFileRoute, Link } from '@tanstack/react-router';
100100

101101
function Home() {
102102
return (
103-
<div style={{ padding: 24 }}>
103+
<div>
104104
<h1>TanStack Start + React-Admin</h1>
105105
<p>
106106
Go to the admin at <Link to="/admin">/admin</Link>

0 commit comments

Comments
 (0)