mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-19 15:31:20 -05:00
TheButton global component (#425)
Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
@@ -127,7 +127,7 @@ export default {
|
||||
return pages.map(x => ({
|
||||
title: x.name,
|
||||
to: `/pages/${x.slug}`,
|
||||
icon: this.$globals.icons.tags,
|
||||
icon: this.$globals.icons.pages,
|
||||
}));
|
||||
}
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user