Skip to content

Commit 1cc3bca

Browse files
authored
rdamn is down, use codedamn instead
1 parent 06f4865 commit 1cc3bca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,17 @@ const Home: NextPage = () => {
104104

105105
<div className="relative">
106106
<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>
108108
</div>
109109

110110
<div className="mt-12 sm:mx-auto sm:max-w-lg sm:flex">
111111
<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">
113113
<button
114114
type="submit"
115115
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"
116116
>
117-
See How it Works!
117+
Use codedamn instead!
118118
</button>
119119
</a>
120120
</div>
@@ -128,7 +128,7 @@ const Home: NextPage = () => {
128128
<footer className="mt-24 bg-gray-900 sm:mt-12">
129129
<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">
130130
<p className="text-base text-center text-gray-300">
131-
&copy; 2022{" "}
131+
&copy; 2023{" "}
132132
<a href="https://github.com/rishabhrao" target="_blank" rel="noreferrer" className="text-red-500 no-underline hover:text-red-600 link">
133133
Rishabh Rao
134134
</a>

0 commit comments

Comments
 (0)