diff --git a/src/components/DevicesItem.vue b/src/components/DevicesItem.vue
index e260e7fe7e3..c8eb080c879 100644
--- a/src/components/DevicesItem.vue
+++ b/src/components/DevicesItem.vue
@@ -5,8 +5,8 @@
{{ text }}
- {{ $t('View specification') }}
- {{ $t('Buy in Telegram bot') }}
+ {{ $t('View specification') }}
+ {{ $t('Buy in Telegram bot') }}
{{release}}
@@ -102,10 +102,6 @@ export default {
flex-direction: column;
}
- .products__links .devices__link {
- width: 100%;
- }
-
.product__release {
font-weight: 600;
text-transform: uppercase;
diff --git a/src/components/Share.vue b/src/components/Share.vue
index 92f01ec3c93..a5b2d11c070 100644
--- a/src/components/Share.vue
+++ b/src/components/Share.vue
@@ -2,10 +2,16 @@
-
-
+
+
+
+
-
-
+
+
+
+
@@ -46,7 +52,7 @@ export default {
}
li:hover {
- animation: bounce 1s ease infinite;
+ animation: bounce 1s ease forwards;
}
diff --git a/src/components/ShareItem.vue b/src/components/ShareItem.vue
index 28e41dd450c..ca05d2bb119 100644
--- a/src/components/ShareItem.vue
+++ b/src/components/ShareItem.vue
@@ -2,7 +2,8 @@
-
+
+
diff --git a/src/components/TelegramItem.vue b/src/components/TelegramItem.vue
index dafd7ecd307..4affe7e3253 100644
--- a/src/components/TelegramItem.vue
+++ b/src/components/TelegramItem.vue
@@ -1,6 +1,7 @@
-
+
+
{{ contact.text }}
diff --git a/src/data/contact.yaml b/src/data/contact.yaml
index 85f6fb939fe..fba279d1be9 100644
--- a/src/data/contact.yaml
+++ b/src/data/contact.yaml
@@ -1,6 +1,17 @@
- title: 'Twitter'
description: 'The latest Robonomics news here.'
img: 'contacts-twitter-square.svg'
+ rawSvg: ''
buttonicon: '↗'
options:
- link: 'https://twitter.com/AIRA_Robonomics'
@@ -10,6 +21,17 @@
- title: 'Youtube'
description: 'Video tutorials, screencasts, interviews, events.'
img: 'contacts-youtube-square.svg'
+ rawSvg: ''
buttonicon: '↗'
options:
- link: 'https://www.youtube.com/c/Airalab'
@@ -18,6 +40,17 @@
- title: 'Discord'
description: 'Chat with us and our community. Feel free to ask any questions and discuss your suggestions.'
img: 'contacts-discord-square.svg'
+ rawSvg: ''
buttonicon: '+'
options:
- link: 'https://discord.gg/JpaN2XAmqY'
@@ -34,6 +67,11 @@
- title: 'Telegram chat'
description: 'Local communities & news. You are welcome!'
img: 'tg-logo.svg'
+ rawSvg: ''
buttonicon: '+'
options:
- link: 'https://t.me/robonomics'
diff --git a/src/pages/contact.vue b/src/pages/contact.vue
index d925172f284..977b78a896f 100644
--- a/src/pages/contact.vue
+++ b/src/pages/contact.vue
@@ -168,6 +168,10 @@