Skip to content

Commit

Permalink
docs: using cncf logo
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Oct 23, 2023
1 parent 34d6416 commit 7b1cad5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/src/assets/icon/cncf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions docs/src/components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
"
>
<div class="space-y-2">
<h1 class="font-bold text-2xl inline-block">Clastix Labs</h1>
<icon-cncf class="h-50" />
<small class="block">
© {{ new Date().getFullYear() }} All rights reserved
© {{ new Date().getFullYear() }} All rights reserved<br />
<a href="https://www.linuxfoundation.org/legal/trademark-usage" target="_blank" rel="noopener noreferrer">
Cloud Native Computing Foundation is part of the Linux Foundation.<br />
The Linux Foundation has registered trademarks and uses trademarks.
</a>
</small>
</div>
<ul class="lg:flex lg:items-center lg:space-x-5 space-y-2 lg:space-y-0">
Expand Down Expand Up @@ -48,12 +52,14 @@
</template>

<script>
import IconCncf from "~/assets/icon/cncf.svg?inline";
import IconGithub from "~/assets/icon/github.svg?inline";
import IconTwitter from "~/assets/icon/twitter.svg?inline";
import IconLinkedin from "~/assets/icon/linkedin.svg?inline";
export default {
components: {
IconCncf,
IconGithub,
IconLinkedin,
IconTwitter,
Expand Down

0 comments on commit 7b1cad5

Please sign in to comment.