mirror of
https://github.com/aljazceru/hypergolic.git
synced 2026-02-06 06:04:22 +01:00
problem: no release name
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user