diff --git a/apps/web/src/app/features/npc/merchant-page.component.html b/apps/web/src/app/features/npc/merchant-page.component.html index 9850ecd..cad6e7a 100644 --- a/apps/web/src/app/features/npc/merchant-page.component.html +++ b/apps/web/src/app/features/npc/merchant-page.component.html @@ -208,6 +208,21 @@

{{ shop.shopName }}

{{ shop.silver }} Silver

+ @if (store.newlyUnlocked().length > 0) { +

+ @for (name of store.newlyUnlocked(); track name) { + New merchant offer unlocked: {{ name }} + } + +

+ } +