mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
fix: Fix PWA (#6090)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
width="100%"
|
||||
max-height="100"
|
||||
max-width="100"
|
||||
:src="require('~/static/svgs/manage-group-settings.svg')"
|
||||
src="/svgs/manage-group-settings.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
width="100%"
|
||||
max-height="100"
|
||||
max-width="100"
|
||||
:src="require('~/static/svgs/manage-cookbooks.svg')"
|
||||
src="/svgs/manage-cookbooks.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
width="100%"
|
||||
max-height="125"
|
||||
max-width="125"
|
||||
:src="require('~/static/svgs/manage-members.svg')"
|
||||
src="/svgs/manage-members.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
width="100%"
|
||||
max-height="125"
|
||||
max-width="125"
|
||||
:src="require('~/static/svgs/manage-notifiers.svg')"
|
||||
src="/svgs/manage-notifiers.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
width="100%"
|
||||
max-height="125"
|
||||
max-width="125"
|
||||
:src="require('~/static/svgs/manage-webhooks.svg')"
|
||||
src="/svgs/manage-webhooks.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
Reference in New Issue
Block a user