Skip to content

Commit

Permalink
removed unwanted tags
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jul 10, 2024
1 parent cc3f0f4 commit d47a99a
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions components/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="contact">
<div :class="[`div-${$props.titleSize}`, `div`]">{{ $props.title }}</div>
<p class="team-hawk-so-t-me">
<span class="text-wrapper">
Чтобы начать сотрудничество или получить больше информации, напишите нам на
</span>
<span class="span"> [email protected]</span><span class="text-wrapper"> или в телеграм </span><span class="span"> t.me/hawk-support</span><span class="text-wrapper">.</span>
Чтобы начать сотрудничество или получить больше информации, напишите нам на
<a href="mailto:[email protected]"> [email protected]</a>
или в телеграм
<a href="https://t.me/+xWe73YEfIVRlNmYy">t.me/hawk-support</a>.
<br /> <!-- Переносим текст на новую строку -->
<span class="text-wrapper">
Либо оставьте почту:
Expand Down Expand Up @@ -94,17 +94,9 @@ export default Vue.extend({
word-break: break-word;
}
.text-wrapper,
.span {
display: inline;
}
.text-wrapper {
color: #f2f6ff;
}
.span {
a {
color: #379fff;
display: inline;
}
.div {
Expand All @@ -131,7 +123,7 @@ export default Vue.extend({
.frame {
align-items: center;
background-color: #242832;
background-color: #252832;
border-radius: 8px;
display: flex;
margin-right: 10px;
Expand Down

0 comments on commit d47a99a

Please sign in to comment.