mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 17:46:41 +00:00
12 lines
430 B
Vue
12 lines
430 B
Vue
<template>
|
|
<a
|
|
v-e="['c:navbar:join-cloud']"
|
|
class="flex items-center space-x-1 w-full cursor-pointer pl-3 py-1.5 !text-current !no-underline !hover:(text-primary bg-primary bg-opacity-5)"
|
|
href="https://docs.google.com/forms/d/e/1FAIpQLSfKLe8Rcrq0uo2_jM5W1kbVBbzDiQ3IvlP8Iov61FTekVAvzA/viewform?usp=pp_url"
|
|
target="_blank"
|
|
>
|
|
<PhCloudLightningDuotone class="mr-1" />
|
|
Join NocoDB Cloud
|
|
</a>
|
|
</template>
|