feat: open dashboard on the same page

This commit is contained in:
hamster1963 2025-01-04 17:13:00 +08:00
parent c565e2728e
commit 9d0654a3bb

View File

@ -224,7 +224,6 @@ function DashboardLink() {
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<a <a
href={"/dashboard"} href={"/dashboard"}
target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="flex items-center text-nowrap gap-1 text-sm font-medium opacity-50 transition-opacity hover:opacity-100" className="flex items-center text-nowrap gap-1 text-sm font-medium opacity-50 transition-opacity hover:opacity-100"
> >