1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-17 22:51:16 +02:00

Update homepage link

This commit is contained in:
Kamran Ahmed
2024-09-16 11:57:19 +01:00
parent 111c7f23ab
commit 3a24ff7f24
2 changed files with 2 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ export function DashboardCardLink(props: DashboardCardLinkProps) {
className,
)}
href={href}
target="_blank"
>
<Icon className="mb-4 size-10 text-gray-300" strokeWidth={1.25} />
<h4 className="text-xl font-semibold tracking-wide">{title}</h4>

View File

@@ -233,9 +233,9 @@ export function PersonalDashboard(props: PersonalDashboardProps) {
</h2>
<a
href="/home"
className="text-xs text-purple-600 underline underline-offset-2 hover:text-purple-700"
className="text-xs font-medium bg-gray-200 hover:bg-gray-300 px-2.5 py-1 rounded-full text-gray-700 hover:text-black"
>
Looking for old homepage? Click here
Visit Homepage
</a>
</div>
)}
@@ -320,7 +320,6 @@ function DashboardCard(props: DashboardCardProps) {
return (
<a
href={href}
target="_blank"
className="flex flex-col overflow-hidden rounded-lg border border-gray-300 bg-white hover:border-gray-400 hover:bg-gray-50"
>
{Icon && (