talos/docs/website/components/EnterpriseLink.vue
Tim Gerla d662956449 docs: add a link to the Talos Systems company site to the OSS site's header
- add a separate link to get to the corporate site
- unify some styles between corp and OSS sites
- minor responsiveness fixes

Signed-off-by: Tim Gerla <tim@gerla.net>
2020-01-30 11:54:27 -08:00

16 lines
294 B
Vue

<template>
<div>
<a
class="text-base text-logo-colors-1"
href="https://www.talos-systems.com/"
target="_blank"
>
Enterprise
<img
class="inline align-top pl-1"
src="~/assets/images/external-link.svg"
/>
</a>
</div>
</template>