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:
@@ -9,7 +9,7 @@
|
||||
width="100%"
|
||||
max-height="125"
|
||||
max-width="125"
|
||||
:src="require('~/static/svgs/manage-group-settings.svg')"
|
||||
src="/svgs/manage-group-settings.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
width="100%"
|
||||
max-height="125"
|
||||
max-width="125"
|
||||
:src="require('~/static/svgs/manage-group-settings.svg')"
|
||||
src="/svgs/manage-group-settings.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
width="100%"
|
||||
max-height="125"
|
||||
max-width="125"
|
||||
:src="require('~/static/svgs/manage-profile.svg')"
|
||||
src="/svgs/manage-profile.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
width="100%"
|
||||
max-height="125"
|
||||
max-width="125"
|
||||
:src="require('~/static/svgs/manage-profile.svg')"
|
||||
src="/svgs/manage-profile.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
width="100%"
|
||||
max-height="200"
|
||||
max-width="150"
|
||||
:src="require('~/static/svgs/admin-site-settings.svg')"
|
||||
src="/svgs/admin-site-settings.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
Reference in New Issue
Block a user