We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a465d9b commit fbe63e1Copy full SHA for fbe63e1
src/pages/workers-ai/models/[name].astro
@@ -140,7 +140,7 @@ const starlightPageProps = {
140
class="!-mt-4 !mb-0 flex items-center !text-4xl !font-bold !leading-none"
141
>
142
{name}
143
- {isBeta && <Badge text="Beta" class="ml-3 mt-2" />}
+ {isBeta && <Badge text="Beta" variant="caution" class="ml-3 mt-2" />}
144
</h1>
145
<span class="-mt-1 block"><ModelInfo model={model} /></span>
146
</div>
0 commit comments