mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-18 16:20:07 +00:00
enhancement(lint): Fix lint errors for src/components/ReWork/index.tsx
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
179ffbe730
commit
9712bdcb51
1 changed files with 20 additions and 15 deletions
|
@ -1,15 +1,20 @@
|
||||||
export default function ReWork() {
|
export default function ReWork() {
|
||||||
return <div>
|
return (
|
||||||
<div className="hero bg-base-200 min-h-screen">
|
<div>
|
||||||
<div className="hero-content text-center">
|
<div className="hero bg-base-200 min-h-screen">
|
||||||
<div className="max-w-md">
|
<div className="hero-content text-center">
|
||||||
<h1 className="text-5xl font-bold">🚧 Being redone 🚧</h1>
|
<div className="max-w-md">
|
||||||
<p className="py-6">
|
<h1 className="text-5xl font-bold">🚧 Being redone 🚧</h1>
|
||||||
Hiii this site is currently being re done, until then visit my retro site!
|
<p className="py-6">
|
||||||
</p>
|
Hiii this site is currently being re done, until then visit my
|
||||||
<a className="btn btn-primary" href="https://saahild.com/retro">Retro site</a>
|
retro site!
|
||||||
|
</p>
|
||||||
|
<a className="btn btn-primary" href="https://saahild.com/retro">
|
||||||
|
Retro site
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
);
|
||||||
</div>
|
|
||||||
</div>;
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue