make the Anonymous icon to be blank, plus some other renaming & task cleanup

This commit is contained in:
2023-09-06 19:48:47 -06:00
parent bdb8e2e32a
commit 9486142b2a
7 changed files with 22 additions and 9 deletions

View File

@@ -189,7 +189,7 @@ const routes: Array<RouteRecordRaw> = [
name: "contact-gives",
component: () =>
import(
/* webpackChunkName: "statistics" */ "../views/ContactGiftingView.vue"
/* webpackChunkName: "contact-gives" */ "../views/ContactGiftingView.vue"
),
},
];