Skip to content

Commit 85d441c

Browse files
committed
polish
1 parent 1a57ec7 commit 85d441c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/the-framework.ai/pages/index/Queues.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { ReactNode } from 'react'
22
import type { EmojiChar } from './ui'
33
import { cardStyle, CodeChip, Emoji, h3Style } from './ui'
44

5-
const leadStyle = { color: '#d3c6aa', fontWeight: 600 } as const
5+
const leadStyle = { color: '#d3c6aa', fontWeight: 500 } as const
66

77
function P({ children }: { children: ReactNode }) {
88
return <p style={{ margin: 0, fontSize: 14, lineHeight: 1.6, color: '#9da9a0' }}>{children}</p>
@@ -42,7 +42,7 @@ export function Queues() {
4242
confirmation otherwise).
4343
</P>
4444
<P>
45-
Agents autonomously populating the AI queue is what <b style={leadStyle}>makes AI autonomous</b>.
45+
Agents autonomously populating the AI queue is what <span style={leadStyle}>makes AI autonomous</span>.
4646
</P>
4747
<P>
4848
Technically, it's just a <CodeChip fontSize={12}>TODO_AGENTS.md</CodeChip> file in your Git repositories.
@@ -54,7 +54,7 @@ export function Queues() {
5454
(important) decisions with subtle pros and cons.
5555
</P>
5656
<P>
57-
<b style={leadStyle}>It's your cockpit</b> — it keeps humans under control.
57+
<span style={leadStyle}>It's your cockpit</span> — it keeps humans under control.
5858
</P>
5959
</QueueCard>
6060
</div>

0 commit comments

Comments
 (0)