This commit is contained in:
Timothy Jaeryang Baek 2025-02-15 19:35:12 -08:00
parent e3fa48b6ce
commit 60e322962e
4 changed files with 4 additions and 3 deletions

View File

@ -68,7 +68,7 @@
v{version} - {changelog[version].date} v{version} - {changelog[version].date}
</div> </div>
<hr class=" dark:border-gray-800 my-2" /> <hr class="border-gray-100 dark:border-gray-850 my-2" />
{#each Object.keys(changelog[version]).filter((section) => section !== 'date') as section} {#each Object.keys(changelog[version]).filter((section) => section !== 'date') as section}
<div class=""> <div class="">

View File

@ -158,6 +158,7 @@
<button <button
class=" text-xs px-3 py-1.5 bg-gray-100 hover:bg-gray-200 dark:bg-gray-850 dark:hover:bg-gray-800 transition rounded-lg font-medium" class=" text-xs px-3 py-1.5 bg-gray-100 hover:bg-gray-200 dark:bg-gray-850 dark:hover:bg-gray-800 transition rounded-lg font-medium"
type="button"
on:click={() => { on:click={() => {
checkForVersionUpdates(); checkForVersionUpdates();
}} }}

View File

@ -418,7 +418,7 @@
</div> </div>
</div> </div>
<hr class=" dark:border-gray-800 my-3 w-full" /> <hr class="border-gray-100 dark:border-gray-850 my-3 w-full" />
{#if pipelines !== null} {#if pipelines !== null}
{#if pipelines.length > 0} {#if pipelines.length > 0}

View File

@ -94,7 +94,7 @@
</div> </div>
</div> </div>
<hr class=" dark:border-gray-800 my-3 w-full" /> <hr class="border-gray-100 dark:border-gray-850 my-3 w-full" />
<div class=" flex flex-col space-y-1.5"> <div class=" flex flex-col space-y-1.5">
<div class="flex flex-col w-full"> <div class="flex flex-col w-full">