Skip to content

Commit c6d65b0

Browse files
committed
fix: remove broken link
1 parent 62b597f commit c6d65b0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

src/pages/index.tsx

+11-10
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ const Home: NextPage = () => {
4646

4747
<div className="mt-12 sm:max-w-lg sm:w-full sm:flex">
4848
<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>
5657
</div>
5758
</div>
5859
</div>
@@ -109,12 +110,12 @@ const Home: NextPage = () => {
109110

110111
<div className="mt-12 sm:mx-auto sm:max-w-lg sm:flex">
111112
<div className="flex-1 mt-4 sm:mt-0 sm:ml-3">
112-
<a href="https://codedamn.com">
113+
<a href="https://bun.new">
113114
<button
114115
type="submit"
115116
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"
116117
>
117-
Use codedamn instead!
118+
Use codedamn playgrounds instead!
118119
</button>
119120
</a>
120121
</div>
@@ -128,7 +129,7 @@ const Home: NextPage = () => {
128129
<footer className="mt-24 bg-gray-900 sm:mt-12">
129130
<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">
130131
<p className="text-base text-center text-gray-300">
131-
&copy; 2024{" "}
132+
&copy; {new Date().getFullYear()}{" "}
132133
<a href="https://github.com/rishabhrao" target="_blank" rel="noreferrer" className="text-red-500 no-underline hover:text-red-600 link">
133134
Rishabh Rao
134135
</a>

0 commit comments

Comments
 (0)