mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-18 12:37:05 +02:00
- 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>
16 lines
294 B
Vue
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>
|