Skip to content

Commit

Permalink
chore: remove nuxt from header
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Jun 23, 2023
1 parent 9b96704 commit 9b9e7e9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
74 changes: 37 additions & 37 deletions packages/docs/components/HeaderBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
>
<div class="header__wrapper">
<div class="header-banner__left">
<strong>Official Partner of</strong>
<a href="https://github.com/epicmaxco/vuestic-ui/releases/tag/v1.7.0">We just released&nbsp;<strong>Vuestic 1.7.0 🤗</strong></a>

<div class="header-banner__left-links">
<!-- <div class="header-banner__left-links">-->
<!-- <a
href="https://vuejs.org/partners/epicmax.html"
title="Epicmax creates high performance Vue.js interfaces"
Expand All @@ -36,41 +36,41 @@

<!-- <strong>and</strong> -->

<a
href="https://nuxtjs.org/partners/epicmax"
title="Epicmax creates high performance Vue.js interfaces"
target="_blank"
class="header-banner__link"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 400 420"
aria-hidden="true"
>
<g
fill="none"
fill-rule="evenodd"
>
<path
d="M123 292l-1-1c-2-4-2-8-2-12H25L167 27l59 107 19-14-59-107c-1-2-8-13-20-13-5 0-13 2-19 13L4 268c-1 2-7 14-1 24 2 5 8 10 21 10h120c-13 0-19-5-21-10z"
fill="#00C58E"
/>
<path
d="M395 269L280 62c-2-2-8-13-20-13-5 0-12 2-19 13l-15 24v48l34-59 114 204h-43a20 20 0 0 1-2 12v1c-6 10-19 10-21 10h68c2 0 15 0 21-10 2-5 4-13-2-23z"
fill="#108775"
/>
<path
d="M332 292v-1l1-2c1-3 2-7 1-10l-4-11-90-158-13-24h-1l-13 24-91 158-3 11a21 21 0 0 0 2 13c3 5 9 10 21 10h168c3 0 16 0 22-10zM226 134l83 145H144l82-145z"
fill="#2F495E"
fill-rule="nonzero"
/>
</g>
</svg>
<strong>Nuxt</strong>
</a>
</div>
<!-- <a-->
<!-- href="https://nuxtjs.org/partners/epicmax"-->
<!-- title="Epicmax creates high performance Vue.js interfaces"-->
<!-- target="_blank"-->
<!-- class="header-banner__link"-->
<!-- >-->
<!-- <svg-->
<!-- xmlns="http://www.w3.org/2000/svg"-->
<!-- width="24"-->
<!-- height="24"-->
<!-- viewBox="0 0 400 420"-->
<!-- aria-hidden="true"-->
<!-- >-->
<!-- <g-->
<!-- fill="none"-->
<!-- fill-rule="evenodd"-->
<!-- >-->
<!-- <path-->
<!-- d="M123 292l-1-1c-2-4-2-8-2-12H25L167 27l59 107 19-14-59-107c-1-2-8-13-20-13-5 0-13 2-19 13L4 268c-1 2-7 14-1 24 2 5 8 10 21 10h120c-13 0-19-5-21-10z"-->
<!-- fill="#00C58E"-->
<!-- />-->
<!-- <path-->
<!-- d="M395 269L280 62c-2-2-8-13-20-13-5 0-12 2-19 13l-15 24v48l34-59 114 204h-43a20 20 0 0 1-2 12v1c-6 10-19 10-21 10h68c2 0 15 0 21-10 2-5 4-13-2-23z"-->
<!-- fill="#108775"-->
<!-- />-->
<!-- <path-->
<!-- d="M332 292v-1l1-2c1-3 2-7 1-10l-4-11-90-158-13-24h-1l-13 24-91 158-3 11a21 21 0 0 0 2 13c3 5 9 10 21 10h168c3 0 16 0 22-10zM226 134l83 145H144l82-145z"-->
<!-- fill="#2F495E"-->
<!-- fill-rule="nonzero"-->
<!-- />-->
<!-- </g>-->
<!-- </svg>-->
<!-- <strong>Nuxt</strong>-->
<!-- </a>-->
<!-- </div>-->
</div>

<div class="header-banner__buttons">
Expand Down
1 change: 1 addition & 0 deletions packages/docs/page-config/contribution/guide/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default definePageConfig({
"Always link a PR to its related issue (via `close #123`).",
"When you start working on a task - please self-assign the related issue. We don't want a lot of people working simultaneously on the same thing (except when intentional).",
"For small issues you may push to the `develop` branch directly while adding `close #123` to the commit message.",
"For breaking changes add the word BREAKING to PR name, that would allow us to automatically find it before release.",
"Create a single PR for one issue. If we have several PRs - move all the code into a single PR and close the rest. If one PR covers several issues - either split it in several PRs or mark one of the issues as duplicate.",
"Make sure to assign an issue to only a single person.",
"Check your code: [conventions](https://github.com/epicmaxco/vuestic-ui/blob/master/packages/docs/conventions.md)[[target=_blank]].",
Expand Down

0 comments on commit 9b9e7e9

Please sign in to comment.