1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-21 23:37:55 +00:00
bramw_baserow/web-frontend/modules/core/components/ExternalLinkBaserowLogo.vue
2024-03-15 14:10:47 +00:00

19 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>