mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-20 05:20:56 +00:00
9
apps/ui/src/lib/components/svg/services/NocoDB.svelte
Normal file
9
apps/ui/src/lib/components/svg/services/NocoDB.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts">
|
||||
export let isAbsolute = false;
|
||||
</script>
|
||||
|
||||
<img
|
||||
alt="nocodb logo"
|
||||
class={isAbsolute ? 'w-10 absolute top-0 left-0 -m-5' : 'w-8 mx-auto'}
|
||||
src="/nocodb.png"
|
||||
/>
|
||||
Reference in New Issue
Block a user