adata-ui 0.3.79 → 0.3.80

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.79",
3
+ "version": "0.3.80",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -12,8 +12,8 @@
12
12
  </svg>
13
13
  </div>
14
14
  <div class="services__content">
15
- <div class="services__email">
16
- <a v-if="isAuth" :href="profile[mode]">
15
+ <div v-if="isAuth" class="services__email">
16
+ <a :href="profile[mode]">
17
17
  <p>{{email}}</p>
18
18
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
19
19
  <path d="M9 18L15 12L9 6" stroke="#2C3E50" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
@@ -192,9 +192,9 @@
192
192
  <div class="ic-24"></div>
193
193
  </div>
194
194
  <ul class="navigations">
195
- <li>
195
+ <li v-if="isAuth">
196
196
  <div class="services__email">
197
- <a v-if="isAuth" :href="profile[mode]">
197
+ <a :href="profile[mode]">
198
198
  <p>{{email}}</p>
199
199
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
200
200
  <path d="M9 18L15 12L9 6" stroke="#2C3E50" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
@@ -683,6 +683,7 @@ export default {
683
683
  display: flex;
684
684
  align-items: center;
685
685
  gap: 8px;
686
+ color: #000;
686
687
  }
687
688
  &__arrow {
688
689
  height: 24px;