Skip to content

Commit

Permalink
Remove Vue.js partner from header banner (#3372)
Browse files Browse the repository at this point in the history
* fix: remove Vue.js partner from header banner

* fix: styling
  • Loading branch information
RVitaly1978 authored Apr 26, 2023
1 parent 7bcae7f commit ca24ef2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions packages/docs/components/HeaderBanner.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
<div class="header__wrapper">
<div class="header-banner__left">
<strong>{{ $t("landing.header.banner.partner") }}</strong>

<div class="header-banner__left-links">
<a
<!-- <a
href="https://vuejs.org/partners/epicmax.html"
title="Epicmax creates high performance Vue.js interfaces"
target="_blank"
Expand All @@ -31,9 +32,9 @@
d="M161.101 0l-30.224 52.35L100.652 0H52.351l78.526 136.01L209.403 0z"
/></svg>
<strong>Vue.js</strong>
</a>
</a> -->

<strong>{{ $t("landing.header.banner.and") }}</strong>
<!-- <strong>{{ $t("landing.header.banner.and") }}</strong> -->

<a
href="https://nuxtjs.org/partners/epicmax"
Expand All @@ -45,7 +46,7 @@
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 400 303"
viewBox="0 0 400 420"
aria-hidden="true"
>
<g
Expand Down Expand Up @@ -204,6 +205,10 @@ const hide = () => {
&__link {
display: flex;
align-items: center;
strong {
margin-left: 0.25em;
}
}
}
</style>

0 comments on commit ca24ef2

Please sign in to comment.