website refactor

This commit is contained in:
2026-01-21 01:27:08 +01:00
parent 5f3712e5ab
commit d30a725fe7
44 changed files with 702 additions and 572 deletions

View File

@@ -22,10 +22,10 @@ export const InfoItem = ({
<Icon icon={icon} size={4} intent={intent as any} />
</Box>
<Box>
<Text size="xs" variant="low" block marginBottom={0.5} style={{ fontSize: '10px' }}>
<Text size="xs" variant="low" block style={{ fontSize: '10px' }}>
{label}
</Text>
<Text size="xs" weight="medium" variant="high" block className="truncate">
<Text size="xs" weight="medium" variant="high" block truncate>
{value}
</Text>
</Box>