Skip to content

Commit 028fda3

Browse files
committed
global
1 parent c5536cf commit 028fda3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Page/Home.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ const TechFeatures = () => {
352352
</a>
353353

354354
<a
355-
href="https://github.com/codeaashu/CopyButton"
355+
href="/Library"
356356
target="_blank"
357357
rel="noopener noreferrer"
358358
className="project-card group relative block rounded-lg border border-white bg-gray-800 p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"
@@ -370,7 +370,7 @@ const TechFeatures = () => {
370370
</a>
371371

372372
<a
373-
href="https://randomproject1.example.com"
373+
href="/OnlineCompiler"
374374
target="_blank"
375375
rel="noopener noreferrer"
376376
className="project-card group relative block rounded-lg border border-white bg-gray-800 p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"
@@ -379,7 +379,7 @@ const TechFeatures = () => {
379379
<h3 className="mb-4 text-2xl font-semibold text-[#00a6fb]">Online Compiler</h3>
380380
<p>Coming Soon - Online Compiler where you can run your code online!</p>
381381
<button
382-
onClick={() => window.open('https://randomproject1.example.com', '_blank')}
382+
onClick={() => window.open('#', '_blank')}
383383
className="mt-4 rounded border border-white px-4 py-2 text-white transition duration-300 hover:bg-white hover:text-gray-800"
384384
>
385385
Visit Now
@@ -388,7 +388,7 @@ const TechFeatures = () => {
388388
</a>
389389

390390
<a
391-
href="https://randomproject2.example.com"
391+
href="/TechQuiz"
392392
target="_blank"
393393
rel="noopener noreferrer"
394394
className="project-card group relative block rounded-lg border border-white bg-gray-800 p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"

0 commit comments

Comments
 (0)