diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte index e4ea9e9..e925801 100644 --- a/packages/web/src/App.svelte +++ b/packages/web/src/App.svelte @@ -1621,12 +1621,24 @@ -{#if fpvWorkshop} - -{:else if tokenWorkshop} - -{:else if fxWorkshop} - +{#if fpvWorkshop || tokenWorkshop || fxWorkshop} + +
+ Wiz-War + {fpvWorkshop ? "the eyes workshop" : tokenWorkshop ? "the token workshop" : "the flourish workshop"} + ← back to the table + the clips + tokens + flourishes + eyes +
+ {#if fpvWorkshop} + + {:else if tokenWorkshop} + + {:else} + + {/if} {:else}
@@ -3304,6 +3316,9 @@ cursor: pointer; } .mast-leave:hover { color: #d8d2c0; } + .workshop-mast { margin: 0 1rem 0; } + .mast-home { text-decoration: none; } + .mast-home:hover { color: #fff; } .mast-help-solo { margin-left: auto; } .hotseat-row { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; justify-content: center; margin-top: 1.3rem; } .hotseat-exp { margin-top: 0.4rem; margin-bottom: 0; font-size: 0.85rem; }