Merge pull request #1297 from appwrite/feat-new-tag-runtimes

feat: add new tag to go
This commit is contained in:
Arman
2024-08-14 17:10:29 +02:00
committed by GitHub
+9 -1
View File
@@ -159,6 +159,9 @@
</div>
<div class="body-text-2">
{runtimeDetail.name}
{#if runtimeDetail.name.toLowerCase() === 'go'}
<span class="inline-tag">New</span>
{/if}
</div>
</button>
</li>
@@ -283,7 +286,7 @@
</div>
</WizardCover>
<style>
<style lang="scss">
.git-container .overlay {
background: linear-gradient(
0,
@@ -291,4 +294,9 @@
hsl(var(--p-card-bg-color) / 0.5) 92.8%
);
}
.inline-tag {
line-height: 140%;
font-weight: 500;
}
</style>