Build notification template registry from backend code
This commit is contained in:
@@ -247,13 +247,13 @@ function formatAmount(value: number) {
|
||||
</NuxtLink>
|
||||
|
||||
<NuxtLink
|
||||
to="/bonus-program?entry=manager-preview"
|
||||
class="surface-card surface-card-interactive rounded-3xl bg-[#0d0d0f] p-5 text-white"
|
||||
to="/messages"
|
||||
class="surface-card surface-card-interactive rounded-3xl p-5"
|
||||
>
|
||||
<p class="text-[11px] font-semibold uppercase tracking-[0.18em] text-white/55">Client view</p>
|
||||
<h2 class="mt-3 text-xl font-black tracking-[-0.03em] text-white">Открыть бонусный экран клиента</h2>
|
||||
<p class="mt-2 text-sm leading-6 text-white/72">
|
||||
Посмотреть, куда ведёт бонусное уведомление и как выглядит отдельный интерфейс программы.
|
||||
<p class="text-[11px] font-semibold uppercase tracking-[0.18em] text-[#6a8a76]">Шаблоны</p>
|
||||
<h2 class="mt-3 text-xl font-black tracking-[-0.03em] text-[#123824]">Открыть реестр уведомлений</h2>
|
||||
<p class="mt-2 text-sm leading-6 text-[#557562]">
|
||||
Посмотреть реальные шаблоны из backend-кода и быстро понять, что именно мы отправляем клиенту.
|
||||
</p>
|
||||
</NuxtLink>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user