Skip to content

Commit

Permalink
notificamehub link
Browse files Browse the repository at this point in the history
  • Loading branch information
clairton committed Oct 30, 2024
1 parent cfe6a4f commit 918b2d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export default {
v-dompurify-html="headerContent"
class="text-sm w-full text-slate-600 dark:text-slate-300"
/>
<slot />
</div>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,15 @@ export default {
<PageHeader
:header-title="$t('INBOX_MGMT.ADD.NOTIFICA_ME_CHANNEL.TITLE')"
:header-content="$t('INBOX_MGMT.ADD.NOTIFICA_ME_CHANNEL.DESC')"
/>
>
<br/>
<br/>
<a href="https://hub.notificame.com.br/signup/registrar?from=@UNOAPI" target="_blank" style="font-weight: bold;">
🚀 Clique aqui para criar um conta no NoticaMeHub 🚀
</a>
<br/>
<br/>
</PageHeader>
<form class="mx-0 flex flex-wrap" @submit.prevent="createChannel()">
<div class="w-[65%] flex-shrink-0 flex-grow-0 max-w-[65%]">
<label :class="{ error: v$.channelName.$error }">
Expand Down

0 comments on commit 918b2d7

Please sign in to comment.