fix broken home page link in dashboard
This commit is contained in:
@@ -66,7 +66,7 @@ onMount(() => {
|
||||
id: "upload",
|
||||
elem: CardUpload,
|
||||
title: "Quick upload",
|
||||
link: "/",
|
||||
link: "/home",
|
||||
})
|
||||
if (window.user.subscription.filesystem_access === true) {
|
||||
cards.push({
|
||||
|
Reference in New Issue
Block a user