mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-01 08:18:05 +09:00
Fix: Advertisements is also blocked. Using promotions instead.
This commit is contained in:
parent
15878b53d1
commit
4b6c98e8ff
@ -460,7 +460,7 @@ export const routes = [
|
||||
{
|
||||
path: "/ads",
|
||||
name: "ads",
|
||||
component: page(() => import("./pages/admin/advertisements.vue")),
|
||||
component: page(() => import("./pages/admin/promotions.vue")),
|
||||
},
|
||||
{
|
||||
path: "/database",
|
||||
|
Loading…
Reference in New Issue
Block a user