diff --git a/src/components/Dashboard/DashboardCardLink.tsx b/src/components/Dashboard/DashboardCardLink.tsx
index d6182da45..1e2066e19 100644
--- a/src/components/Dashboard/DashboardCardLink.tsx
+++ b/src/components/Dashboard/DashboardCardLink.tsx
@@ -19,7 +19,6 @@ export function DashboardCardLink(props: DashboardCardLinkProps) {
className,
)}
href={href}
- target="_blank"
>
{title}
diff --git a/src/components/Dashboard/PersonalDashboard.tsx b/src/components/Dashboard/PersonalDashboard.tsx
index 7a624f37a..43a55bdca 100644
--- a/src/components/Dashboard/PersonalDashboard.tsx
+++ b/src/components/Dashboard/PersonalDashboard.tsx
@@ -233,9 +233,9 @@ export function PersonalDashboard(props: PersonalDashboardProps) {
- Looking for old homepage? Click here
+ Visit Homepage
)}
@@ -320,7 +320,6 @@ function DashboardCard(props: DashboardCardProps) {
return (
{Icon && (