mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-01 08:04:35 -05:00
fix: Fix PWA (#6090)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
width="100%"
|
||||
max-height="175"
|
||||
max-width="175"
|
||||
:src="require('~/static/svgs/manage-recipes.svg')"
|
||||
src="/svgs/manage-recipes.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
@@ -6,7 +6,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>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
max-height="200"
|
||||
max-width="200"
|
||||
class="mb-2"
|
||||
:src="require('~/static/svgs/manage-data-migrations.svg')"
|
||||
src="/svgs/manage-data-migrations.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
max-height="200"
|
||||
max-width="200"
|
||||
class="mb-2"
|
||||
:src="require('~/static/svgs/data-reports.svg')"
|
||||
src="/svgs/data-reports.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
Reference in New Issue
Block a user