This commit is contained in:
Timothy Jaeryang Baek
2026-02-25 19:39:24 -06:00
parent 44ed941a5d
commit 58d685eea4

View File

@@ -38,10 +38,12 @@
'This is an experimental feature, it may not function as expected and is subject to change at any time.'
)}
>
<div class="text-sm font-medium">
<div class="flex items-center gap-2 text-sm font-medium">
{$i18n.t('Memory')}
<span class=" text-xs text-gray-500">({$i18n.t('Experimental')})</span>
<span
class="text-[0.65rem] font-medium uppercase px-1.5 py-0.5 rounded-full bg-gray-100 dark:bg-gray-800 text-gray-500 dark:text-gray-400"
>{$i18n.t('Experimental')}</span
>
</div>
</Tooltip>