mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
fix: Fix PWA (#6090)
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
>
|
||||
<UserProfileLinkCard
|
||||
:link="{ text: $t('profile.manage-user-profile'), to: `/user/profile/edit` }"
|
||||
:image="require('~/static/svgs/manage-profile.svg')"
|
||||
image="/svgs/manage-profile.svg"
|
||||
>
|
||||
<template #title>
|
||||
{{ $t('profile.user-settings') }}
|
||||
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<UserProfileLinkCard
|
||||
:link="{ text: $t('profile.manage-your-api-tokens'), to: `/user/profile/api-tokens` }"
|
||||
:image="require('~/static/svgs/manage-api-tokens.svg')"
|
||||
image="/svgs/manage-api-tokens.svg"
|
||||
>
|
||||
<template #title>
|
||||
{{ $t('settings.token.api-tokens') }}
|
||||
@@ -135,7 +135,7 @@
|
||||
>
|
||||
<UserProfileLinkCard
|
||||
:link="{ text: $t('profile.household-settings'), to: `/household` }"
|
||||
:image="require('~/static/svgs/manage-group-settings.svg')"
|
||||
image="/svgs/manage-group-settings.svg"
|
||||
>
|
||||
<template #title>
|
||||
{{ $t('profile.household-settings') }}
|
||||
@@ -150,7 +150,7 @@
|
||||
>
|
||||
<UserProfileLinkCard
|
||||
:link="{ text: $t('profile.manage-cookbooks'), to: `/g/${groupSlug}/cookbooks` }"
|
||||
:image="require('~/static/svgs/manage-cookbooks.svg')"
|
||||
image="/svgs/manage-cookbooks.svg"
|
||||
>
|
||||
<template #title>
|
||||
{{ $t('sidebar.cookbooks') }}
|
||||
@@ -166,7 +166,7 @@
|
||||
>
|
||||
<UserProfileLinkCard
|
||||
:link="{ text: $t('profile.manage-members'), to: `/household/members` }"
|
||||
:image="require('~/static/svgs/manage-members.svg')"
|
||||
image="/svgs/manage-members.svg"
|
||||
>
|
||||
<template #title>
|
||||
{{ $t('profile.members') }}
|
||||
@@ -183,7 +183,7 @@
|
||||
>
|
||||
<UserProfileLinkCard
|
||||
:link="{ text: $t('profile.manage-webhooks'), to: `/household/webhooks` }"
|
||||
:image="require('~/static/svgs/manage-webhooks.svg')"
|
||||
image="/svgs/manage-webhooks.svg"
|
||||
>
|
||||
<template #title>
|
||||
{{ $t('settings.webhooks.webhooks') }}
|
||||
@@ -200,7 +200,7 @@
|
||||
>
|
||||
<UserProfileLinkCard
|
||||
:link="{ text: $t('profile.manage-notifiers'), to: `/household/notifiers` }"
|
||||
:image="require('~/static/svgs/manage-notifiers.svg')"
|
||||
image="/svgs/manage-notifiers.svg"
|
||||
>
|
||||
<template #title>
|
||||
{{ $t('profile.notifiers') }}
|
||||
@@ -228,7 +228,7 @@
|
||||
>
|
||||
<UserProfileLinkCard
|
||||
:link="{ text: $t('profile.group-settings'), to: `/group` }"
|
||||
:image="require('~/static/svgs/manage-group-settings.svg')"
|
||||
image="/svgs/manage-group-settings.svg"
|
||||
>
|
||||
<template #title>
|
||||
{{ $t('profile.group-settings') }}
|
||||
@@ -244,7 +244,7 @@
|
||||
>
|
||||
<UserProfileLinkCard
|
||||
:link="{ text: $t('profile.manage-data'), to: `/group/data/foods` }"
|
||||
:image="require('~/static/svgs/manage-recipes.svg')"
|
||||
image="/svgs/manage-recipes.svg"
|
||||
>
|
||||
<template #title>
|
||||
{{ $t('profile.manage-data') }}
|
||||
@@ -260,7 +260,7 @@
|
||||
>
|
||||
<UserProfileLinkCard
|
||||
:link="{ text: $t('profile.manage-data-migrations'), to: `/group/migrations` }"
|
||||
:image="require('~/static/svgs/manage-data-migrations.svg')"
|
||||
image="/svgs/manage-data-migrations.svg"
|
||||
>
|
||||
<template #title>
|
||||
{{ $t('profile.data-migrations') }}
|
||||
|
||||
Reference in New Issue
Block a user