chore: updated default styles for default tanstack 4b4eec78
Steve · 2025-10-05 16:23 1 file(s) · +9 −2
src/templates/extras/client/src/components/Home.tsx/Home-with-reactroutermpa-tanstackquery.tsx +9 −2
20 20
	});
21 21
22 22
	return (
23 -
		<>
23 +
		<div
24 +
			style={{
25 +
				maxWidth: "1280px",
26 +
				margin: "0 auto",
27 +
				padding: "2rem",
28 +
				textAlign: "center",
29 +
			}}
30 +
		>
24 31
			<div>
25 32
				<a
26 33
					href="https://github.com/stevedylandev/bhvr"
58 65
					)}
59 66
				</div>
60 67
			</ClientOnly>
61 -
		</>
68 +
		</div>
62 69
	);
63 70
}
64 71