Skip to content

Commit 9712bdc

Browse files
enhancement(lint): Fix lint errors for src/components/ReWork/index.tsx
Co-authored-by: NeonGamerBot-QK <[email protected]> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
1 parent 179ffbe commit 9712bdc

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

src/components/ReWork/index.tsx

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
export default function ReWork() {
2-
return <div>
3-
<div className="hero bg-base-200 min-h-screen">
4-
<div className="hero-content text-center">
5-
<div className="max-w-md">
6-
<h1 className="text-5xl font-bold">🚧 Being redone 🚧</h1>
7-
<p className="py-6">
8-
Hiii this site is currently being re done, until then visit my retro site!
9-
</p>
10-
<a className="btn btn-primary" href="https://saahild.com/retro">Retro site</a>
11-
</div>
12-
</div>
13-
</div>
14-
</div>;
15-
}
1+
export default function ReWork() {
2+
return (
3+
<div>
4+
<div className="hero bg-base-200 min-h-screen">
5+
<div className="hero-content text-center">
6+
<div className="max-w-md">
7+
<h1 className="text-5xl font-bold">🚧 Being redone 🚧</h1>
8+
<p className="py-6">
9+
Hiii this site is currently being re done, until then visit my
10+
retro site!
11+
</p>
12+
<a className="btn btn-primary" href="https://saahild.com/retro">
13+
Retro site
14+
</a>
15+
</div>
16+
</div>
17+
</div>
18+
</div>
19+
);
20+
}

0 commit comments

Comments
 (0)