This commit is contained in:
Crimekillz 2024-05-02 21:14:58 +02:00
parent e270504503
commit 830d84dca7
2 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@ async function deleteList() {
listId: list.id, listId: list.id,
}); });
os.success(); os.success();
mainRouter.push("/my/lists"); mainRouter.push("/news");
} }
async function hideFromHome() { async function hideFromHome() {

View File

@ -140,7 +140,7 @@ async function chooseList(ev: MouseEvent) {
type: "link" as const, type: "link" as const,
text: i18n.ts.manageLists, text: i18n.ts.manageLists,
icon: "ph-faders-horizontal ph-bold ph-lg", icon: "ph-faders-horizontal ph-bold ph-lg",
to: "/my/lists", to: "/news",
}, },
].concat( ].concat(
res.map((list) => ({ res.map((list) => ({
@ -163,7 +163,7 @@ async function chooseAntenna(ev: MouseEvent) {
indicate: false, indicate: false,
text: i18n.ts.manageAntennas, text: i18n.ts.manageAntennas,
icon: "ph-faders-horizontal ph-bold ph-lg", icon: "ph-faders-horizontal ph-bold ph-lg",
to: "/my/antennas", to: "/news",
}, },
].concat( ].concat(
res.map((antenna) => ({ res.map((antenna) => ({