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