Skip to content

Commit

Permalink
Merge pull request #57 from ArhanAnsari/ArhanAnsari-patch-1
Browse files Browse the repository at this point in the history
Update page.tsx
  • Loading branch information
ArhanAnsari authored Sep 29, 2024
2 parents c128923 + e62b7f2 commit 79b7124
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/dashboard/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//app/dashboard/page.tsx
// app/dashboard/page.tsx
"use client";

import { useSession } from "next-auth/react";
Expand Down Expand Up @@ -176,13 +176,13 @@ export default function Dashboard() {
{/* Star us on GitHub Button */}
<div className="mt-8">
<a
href="https://github.com/ArhanAnsari/InspireGem"
href="https://github.com/Arhan001/InspireGem"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center bg-gray-800 text-white font-bold py-3 px-6 rounded-lg shadow-md hover:bg-gray-900 transition-colors"
className="flex items-center space-x-2 text-blue-500 hover:text-blue-700"
>
<StarIcon className="w-5 h-5 mr-2 text-yellow-400" />
Star us on GitHub
<StarIcon className="h-6 w-6 text-yellow-400" />
<span>Star us on GitHub!</span>
</a>
</div>

Expand Down

0 comments on commit 79b7124

Please sign in to comment.