adata-ui 0.3.99 → 0.3.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adata-ui.common.js +57 -57
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +57 -57
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package-lock.json +1 -1
- package/package.json +1 -1
- package/src/components/newComponents/FooterRedesign/FooterRedesign.vue +2 -2
package/package-lock.json
CHANGED
package/package.json
CHANGED
|
@@ -119,7 +119,7 @@ export default {
|
|
|
119
119
|
</p>
|
|
120
120
|
|
|
121
121
|
<div class="socials-list">
|
|
122
|
-
<a href="" class="linkedIn"/>
|
|
122
|
+
<a href="http://linkedin.com/company/adata-kz/?viewAsMember=true " class="linkedIn"/>
|
|
123
123
|
<a href="https://www.youtube.com/channel/UCPkbtgwgTZbMJXjmTi3R8Uw/featured" class="youtube"/>
|
|
124
124
|
<a href="https://www.instagram.com/adata.kz/?igshid=253i4qxg3els" class="instagram"/>
|
|
125
125
|
<a href="https://t.me/adatakz_official" class="telegram"/>
|
|
@@ -201,7 +201,7 @@ export default {
|
|
|
201
201
|
</div>
|
|
202
202
|
|
|
203
203
|
<div class="socials-mobile">
|
|
204
|
-
<a href="" class="linkedIn"/>
|
|
204
|
+
<a href="http://linkedin.com/company/adata-kz/?viewAsMember=true " class="linkedIn"/>
|
|
205
205
|
<a href="https://www.youtube.com/channel/UCPkbtgwgTZbMJXjmTi3R8Uw/featured" class="youtube"/>
|
|
206
206
|
<a href="https://www.instagram.com/adata.kz/?igshid=253i4qxg3els" class="instagram"/>
|
|
207
207
|
<a href="https://t.me/adatakz_official" class="telegram"/>
|