коммит перед генерацией favicon

This commit is contained in:
Norbaev 2024-07-10 16:20:58 +05:00
parent c3ab0cf6b8
commit 82396fd8b6
3 changed files with 15 additions and 5 deletions

View File

@ -16,6 +16,18 @@
sizes="16x16"
href="icons/favicon-16x16.svg"
/>
<link
rel="icon"
type="image/svg"
sizes="32x32"
href="icons/favicon-32x32.svg"
/>
<link
rel="icon"
type="image/svg"
sizes="48x48"
href="icons/favicon-48x48.svg"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#00a300" />

View File

@ -30,7 +30,7 @@
</div>
</div>
<div class="contacts__map">
<!-- <div
<div
class="contacts__map-frame"
style="position: relative; overflow: hidden"
>
@ -46,8 +46,7 @@
allowfullscreen="true"
style="position: relative"
></iframe>
</div> -->
<YandexMap apiKey="e73ed16e-35ea-483b-afb4-9daac388591a" />
</div>
</div>
<FormKit
v-model="formData"
@ -76,12 +75,11 @@
<script>
import AppBreadcrumbs from '@/components/app-breadcrumbs.vue';
import SupportBlock from '@/components/support-block.vue';
import YandexMap from '@/components/ymap.vue';
import { app } from '@/services';
export default {
name: 'contacts',
components: { SupportBlock, AppBreadcrumbs, YandexMap },
components: { SupportBlock, AppBreadcrumbs },
data() {
return {
formData: {},