Update homepage link

pull/7134/head
Kamran Ahmed 2 months ago
parent 111c7f23ab
commit 3a24ff7f24
  1. 1
      src/components/Dashboard/DashboardCardLink.tsx
  2. 5
      src/components/Dashboard/PersonalDashboard.tsx

@ -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 && (

Loading…
Cancel
Save