problem: no release name

This commit is contained in:
gsovereignty
2024-08-17 21:02:58 +08:00
parent 6fa7a0b3b8
commit 4ada91cb4b
2 changed files with 8 additions and 1 deletions

View File

@@ -81,3 +81,10 @@
<Code class={iconClass} />
Dev Mode
</a>
<Separator class="dark:bg-slate-700" />
{#if $devmode}
<span class="m-2 flex flex-col border border-orange-500 p-1 font-mono text-sm">
<span class="text-center">RELEASE NAME:</span>
<span class=" text-nowrap text-center italic">shippable intermediary</span></span
>
{/if}

View File

@@ -77,7 +77,7 @@
</div>
</Card.Content>
<Card.Footer class="mt-auto">
<Button class="w-full">Read More</Button>
<Button on:click={() => goto(`${base}/buymerits`)} class="w-full">Read More</Button>
</Card.Footer>
</Card.Root>
<Card.Root class="flex h-full w-full flex-col">