Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun committed Nov 20, 2023
1 parent 77d94af commit 2638399
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const switchLang = () => {
</a>
</li>
<li class="social">
{{ locale.value }}
<a v-if="localValue === 'en'" target="__blank" @click="switchLang">
<Icon icon="flag:ru-4x3" width="18" height="18" />
</a>
Expand Down Expand Up @@ -100,13 +99,10 @@ footer {
&.heart {
--icons-color: red;
&:hover {
--icons-color: #ff5f5f;
}
}
&:hover {
--icons-color: hsla(0, 0%, 100%, 0.5);
background: rgb(255 255 255 / 10%);
}
}
}
Expand Down

0 comments on commit 2638399

Please sign in to comment.