Skip to content

Commit

Permalink
refactor: optimized space
Browse files Browse the repository at this point in the history
  • Loading branch information
valcosmos committed Oct 26, 2024
1 parent 81cae57 commit 40c1a4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Home({ posts }) {
</dl>
<div className="space-y-5 xl:col-span-3">
<div className="space-y-6">
<div>
<div className="space-y-2">
<h2 className="text-2xl font-bold leading-8 tracking-tight">
<Link
href={`/blog/${slug}`}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"prepare": "simple-git-hooks"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@headlessui/react": "2.1.10",
"@next/bundle-analyzer": "14.2.15",
"@react-three/drei": "^9.114.6",
Expand Down
15 changes: 8 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40c1a4b

Please sign in to comment.