File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,17 +104,17 @@ const Home: NextPage = () => {
104
104
105
105
< div className = "relative" >
106
106
< div className = "sm:text-center" >
107
- < h2 className = "text-3xl font-extrabold tracking-tight text-center text-white sm:text-4xl" > rdamn is Open Source! </ h2 >
107
+ < h2 className = "text-3xl font-extrabold tracking-tight text-center text-white sm:text-4xl" > rdamn has been shut down. </ h2 >
108
108
</ div >
109
109
110
110
< div className = "mt-12 sm:mx-auto sm:max-w-lg sm:flex" >
111
111
< div className = "flex-1 mt-4 sm:mt-0 sm:ml-3" >
112
- < a href = "https://github .com/rishabhrao/rdamn" target = "_blank" rel = "noreferrer ">
112
+ < a href = "https://codedamn .com" >
113
113
< button
114
114
type = "submit"
115
115
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
116
>
117
- See How it Works !
117
+ Use codedamn instead !
118
118
</ button >
119
119
</ a >
120
120
</ div >
@@ -128,7 +128,7 @@ const Home: NextPage = () => {
128
128
< footer className = "mt-24 bg-gray-900 sm:mt-12" >
129
129
< 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
130
< p className = "text-base text-center text-gray-300" >
131
- © 2022 { " " }
131
+ © 2023 { " " }
132
132
< a href = "https://github.com/rishabhrao" target = "_blank" rel = "noreferrer" className = "text-red-500 no-underline hover:text-red-600 link" >
133
133
Rishabh Rao
134
134
</ a >
You can’t perform that action at this time.
0 commit comments