mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-21 23:37:55 +00:00
19 lines
360 B
Vue
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>
|