File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed
Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments