refactor: remove intro card Home page
All checks were successful
Deploy Blog / deploy (push) Successful in 1m23s

This commit is contained in:
Thomas Bishop 2025-07-31 17:14:52 +01:00
parent 51bbb8ff11
commit 70a8cb8f9f

View file

@ -9,7 +9,7 @@ const HomePage = () => {
const { posts } = usePosts()
return (
<MainTemplate>
<div className="mb-7 border border-foreground py-7 px-6 bg-sidebar">
<div className="mb-7 border border-foreground py-7 px-6 dark:bg-sidebar">
<h1 className="scroll-m-20 text-left text-2xl font-semibold">
Another software engineer with a blog
</h1>