refactor: remove intro card Home page
All checks were successful
Deploy Blog / deploy (push) Successful in 1m23s
All checks were successful
Deploy Blog / deploy (push) Successful in 1m23s
This commit is contained in:
parent
51bbb8ff11
commit
70a8cb8f9f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const HomePage = () => {
|
||||||
const { posts } = usePosts()
|
const { posts } = usePosts()
|
||||||
return (
|
return (
|
||||||
<MainTemplate>
|
<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">
|
<h1 className="scroll-m-20 text-left text-2xl font-semibold">
|
||||||
Another software engineer with a blog
|
Another software engineer with a blog
|
||||||
</h1>
|
</h1>
|
||||||
|
|
Loading…
Add table
Reference in a new issue