@@ -46,13 +46,14 @@ const Home: NextPage = () => {
46
46
47
47
< div className = "mt-12 sm:max-w-lg sm:w-full sm:flex" >
48
48
< div className = "mt-4 sm:mt-0 sm:ml-3" >
49
- < Link href = "/playgrounds" >
50
- < a className = "block w-full px-5 py-3 text-lg font-bold text-center text-black bg-red-500 border border-transparent rounded-md shadow hover:bg-red-600 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2 sm:px-10" >
51
- Take me to the Playgrounds!
52
- </ a >
53
- </ Link >
54
-
55
- < p className = "mt-3 text-xs text-center text-gray-300" > You will have to login to access the Playgrounds</ p >
49
+ < button
50
+ disabled
51
+ className = "block w-full px-5 py-3 text-lg font-bold text-center text-black bg-red-500 border border-transparent rounded-md shadow hover:bg-red-600 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2 sm:px-10 disabled:bg-opacity-50 disabled:cursor-not-allowed"
52
+ >
53
+ rdamn has been shut down
54
+ </ button >
55
+
56
+ < p className = "mt-3 text-xs text-center text-gray-300" > I have decided to shut down rdamn after i joined codedamn</ p >
56
57
</ div >
57
58
</ div >
58
59
</ div >
@@ -109,12 +110,12 @@ const Home: NextPage = () => {
109
110
110
111
< div className = "mt-12 sm:mx-auto sm:max-w-lg sm:flex" >
111
112
< div className = "flex-1 mt-4 sm:mt-0 sm:ml-3" >
112
- < a href = "https://codedamn.com " >
113
+ < a href = "https://bun.new " >
113
114
< button
114
115
type = "submit"
115
116
className = "block w-full px-5 py-3 text-base font-medium text-white bg-gray-900 border border-transparent rounded-md shadow hover:bg-black focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-red-500 sm:px-10"
116
117
>
117
- Use codedamn instead!
118
+ Use codedamn playgrounds instead!
118
119
</ button >
119
120
</ a >
120
121
</ div >
@@ -128,7 +129,7 @@ const Home: NextPage = () => {
128
129
< footer className = "mt-24 bg-gray-900 sm:mt-12" >
129
130
< div className = "max-w-md px-4 py-5 mx-auto overflow-hidden sm:max-w-3xl sm:px-6 lg:max-w-7xl lg:px-8" >
130
131
< p className = "text-base text-center text-gray-300" >
131
- © 2024 { " " }
132
+ © { new Date ( ) . getFullYear ( ) } { " " }
132
133
< a href = "https://github.com/rishabhrao" target = "_blank" rel = "noreferrer" className = "text-red-500 no-underline hover:text-red-600 link" >
133
134
Rishabh Rao
134
135
</ a >
0 commit comments