mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
chore(website): move around static label
This commit is contained in:
@@ -38,6 +38,11 @@ export function Property({
|
|||||||
Deprecated
|
Deprecated
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
|
{(item as ApiProperty).isStatic ? (
|
||||||
|
<div className="h-5 flex flex-row place-content-center place-items-center rounded-full bg-blurple px-3 text-center text-xs font-semibold uppercase text-white">
|
||||||
|
Static
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
{item.isReadonly ? (
|
{item.isReadonly ? (
|
||||||
<div className="h-5 flex flex-row place-content-center place-items-center rounded-full bg-blurple px-3 text-center text-xs font-semibold uppercase text-white">
|
<div className="h-5 flex flex-row place-content-center place-items-center rounded-full bg-blurple px-3 text-center text-xs font-semibold uppercase text-white">
|
||||||
Readonly
|
Readonly
|
||||||
@@ -48,11 +53,6 @@ export function Property({
|
|||||||
Optional
|
Optional
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
{(item as ApiProperty).isStatic ? (
|
|
||||||
<div className="h-5 flex flex-row place-content-center place-items-center rounded-full bg-blurple px-3 text-center text-xs font-semibold uppercase text-white">
|
|
||||||
Static
|
|
||||||
</div>
|
|
||||||
) : null}
|
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
<div className="flex flex-row flex-wrap place-items-center gap-1">
|
<div className="flex flex-row flex-wrap place-items-center gap-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user