mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-17 14:41:52 +02:00
Update homepage link
This commit is contained in:
@@ -19,7 +19,6 @@ export function DashboardCardLink(props: DashboardCardLinkProps) {
|
|||||||
className,
|
className,
|
||||||
)}
|
)}
|
||||||
href={href}
|
href={href}
|
||||||
target="_blank"
|
|
||||||
>
|
>
|
||||||
<Icon className="mb-4 size-10 text-gray-300" strokeWidth={1.25} />
|
<Icon className="mb-4 size-10 text-gray-300" strokeWidth={1.25} />
|
||||||
<h4 className="text-xl font-semibold tracking-wide">{title}</h4>
|
<h4 className="text-xl font-semibold tracking-wide">{title}</h4>
|
||||||
|
@@ -233,9 +233,9 @@ export function PersonalDashboard(props: PersonalDashboardProps) {
|
|||||||
</h2>
|
</h2>
|
||||||
<a
|
<a
|
||||||
href="/home"
|
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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
@@ -320,7 +320,6 @@ function DashboardCard(props: DashboardCardProps) {
|
|||||||
return (
|
return (
|
||||||
<a
|
<a
|
||||||
href={href}
|
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"
|
className="flex flex-col overflow-hidden rounded-lg border border-gray-300 bg-white hover:border-gray-400 hover:bg-gray-50"
|
||||||
>
|
>
|
||||||
{Icon && (
|
{Icon && (
|
||||||
|
Reference in New Issue
Block a user