feat(home): mark DM Dashboard promo with Work in Progress badge
Deploy / deploy (push) Canceled after 0s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
emil
2026-05-18 09:47:35 +03:00
co-authored by Claude Opus 4.7
parent 815c5c7b04
commit 4f3e641458
3 changed files with 22 additions and 6 deletions
+2
View File
@@ -83,6 +83,7 @@ export const translations = {
catUtility: "Utility",
dmDashboard: "DM Dashboard",
dmDashboardDesc: "Tools for dungeon masters — dice, initiative, reference, and notes.",
wip: "Work in progress",
notFoundTitle: "Page Not Found",
notFoundMessage:
@@ -196,6 +197,7 @@ export const translations = {
catUtility: "Утилиты",
dmDashboard: "Для мастера",
dmDashboardDesc: "Инструменты для мастера подземелий — кубики, инициатива, справочник и заметки.",
wip: "В разработке",
notFoundTitle: "Страница не найдена",
notFoundMessage:
+10 -3
View File
@@ -100,9 +100,16 @@ const webSiteSchema = {
</svg>
</div>
<div>
<span class="text-sm font-semibold text-[#E87722] group-hover:text-[#F09040] transition-colors">
{T.dmDashboard}
</span>
<div class="flex items-center gap-2 flex-wrap">
<span class="text-sm font-semibold text-[#E87722] group-hover:text-[#F09040] transition-colors">
{T.dmDashboard}
</span>
<span
class="inline-flex items-center px-1.5 py-0.5 rounded text-[10px] font-semibold uppercase tracking-wide bg-amber-500/15 text-amber-300 border border-amber-500/30"
>
{T.wip}
</span>
</div>
<p class="text-sm text-zinc-400 mt-0.5">
{T.dmDashboardDesc}
</p>
+10 -3
View File
@@ -96,9 +96,16 @@ const webSiteSchema = {
</svg>
</div>
<div>
<span class="text-sm font-semibold text-[#E87722] group-hover:text-[#F09040] transition-colors">
{T.dmDashboard}
</span>
<div class="flex items-center gap-2 flex-wrap">
<span class="text-sm font-semibold text-[#E87722] group-hover:text-[#F09040] transition-colors">
{T.dmDashboard}
</span>
<span
class="inline-flex items-center px-1.5 py-0.5 rounded text-[10px] font-semibold uppercase tracking-wide bg-amber-500/15 text-amber-300 border border-amber-500/30"
>
{T.wip}
</span>
</div>
<p class="text-sm text-zinc-400 mt-0.5">
{T.dmDashboardDesc}
</p>