1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 05:40:09 +00:00
bramw_baserow/web-frontend/modules/core/components/ExternalLinkBaserowLogo.vue
2024-03-15 14:10:47 +00:00

18 lines
360 B
Vue

<template>
<a
href="https://baserow.io"
target="_blank"
title="Baserow - open source no-code database tool and Airtable alternative"
>
<Logo
height="14"
alt="Baserow - open source no-code database tool and Airtable alternative"
/>
</a>
</template>
<script>
export default {
name: 'ExternalLinkBaserowLogo',
}
</script>