polarpress-pagebuilder/resources/js/components/PageBuilderLogo.vue
Helge-Mikael Nordgård e15d3ae146
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Transferred and translated the frontend code from L10 to L12
2025-05-05 19:01:27 +02:00

16 lines
471 B
Vue

<script>
</script>
<template>
<div class="flex items-center justify-center">
<div class="w-16">
<img src="/img/as-logo-us.png" alt="Arctic Software PolarPress logo">
</div>
<div>
<div class="ml-2">
<h2 class="text-2xl text-sky-400 font-arctic">Polar<span class="text-sky-700">Press</span></h2>
<h4 class="text-sm">Sidebygger</h4>
</div>
</div>
</div>
</template>