fix: add pre-commit, bad padding
This commit is contained in:
1
.husky/.gitignore
vendored
Normal file
1
.husky/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
_
|
||||
4
.husky/pre-commit
Normal file
4
.husky/pre-commit
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx --no-install lint-staged
|
||||
@@ -102,7 +102,7 @@ const BentoBox = ({ posts }) => {
|
||||
alt={posts[0].title}
|
||||
width={0}
|
||||
height={0}
|
||||
className="ml-2 w-[80%] rounded-2xl border border-border md:ml-3 lg:ml-4"
|
||||
className="m-2 w-[80%] rounded-2xl border border-border md:ml-3 lg:ml-4"
|
||||
unoptimized
|
||||
/>
|
||||
<a href={posts[0].path} className="block">
|
||||
|
||||
Reference in New Issue
Block a user