mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-18 08:10:08 +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() {
|
||||
return <div>
|
||||
<div className="hero bg-base-200 min-h-screen">
|
||||
<div className="hero-content text-center">
|
||||
<div className="max-w-md">
|
||||
<h1 className="text-5xl font-bold">🚧 Being redone 🚧</h1>
|
||||
<p className="py-6">
|
||||
Hiii this site is currently being re done, until then visit my retro site!
|
||||
</p>
|
||||
<a className="btn btn-primary" href="https://saahild.com/retro">Retro site</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>;
|
||||
}
|
||||
export default function ReWork() {
|
||||
return (
|
||||
<div>
|
||||
<div className="hero bg-base-200 min-h-screen">
|
||||
<div className="hero-content text-center">
|
||||
<div className="max-w-md">
|
||||
<h1 className="text-5xl font-bold">🚧 Being redone 🚧</h1>
|
||||
<p className="py-6">
|
||||
Hiii this site is currently being re done, until then visit my
|
||||
retro site!
|
||||
</p>
|
||||
<a className="btn btn-primary" href="https://saahild.com/retro">
|
||||
Retro site
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue