Skip to content

Commit

Permalink
Clarify what this is
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jul 6, 2024
1 parent 5df7f4b commit 5ddf2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdui/server/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export default async function App() {
<Label size={36} lineHeight={1.2} weight="bold" text="Hello, world!" />
<Label
lineHeight={1.2}
text='This is the initial version of a fantastic new feature of the AT Protocol called "application components."'
text='This is a weekend exploration of an approach to a feature called "application components."'
/>
<Tabs labels={['Layout', 'Display', 'Inputs', 'Forms', 'ATProto']}>
<Tabs labels={['Layout', 'Display', 'Inputs', 'Forms', 'Embeds']}>
<Stack gap={10} pad={{t: 20}}>
<Box pad={{x: 10}}>
<Label text="Stack" size={10} weight="bold" />
Expand Down

0 comments on commit 5ddf2f5

Please sign in to comment.