diff --git a/assets/icons/telegram.svg b/assets/icons/telegram.svg new file mode 100644 index 0000000..3398099 --- /dev/null +++ b/assets/icons/telegram.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/vk.svg b/assets/icons/vk.svg new file mode 100644 index 0000000..148494b --- /dev/null +++ b/assets/icons/vk.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/youtube.svg b/assets/icons/youtube.svg new file mode 100644 index 0000000..2b93a07 --- /dev/null +++ b/assets/icons/youtube.svg @@ -0,0 +1,3 @@ + + + diff --git a/components/modal.vue b/components/modal.vue index 76e2c70..08259d1 100644 --- a/components/modal.vue +++ b/components/modal.vue @@ -2,6 +2,7 @@ import { getColorNameFromRal } from '@/components/ral' import type { ralTypes } from '@/components/ral' import { apiFetch } from '~/utils/apiFetch'; +import telegram from '@/assets/icons/telegram.svg' const config = useRuntimeConfig() const apiBase = config.public.apiBase @@ -199,6 +200,9 @@ const policy = () => {