Skip to content

Commit a03f18f

Browse files
committed
Tweak blockquote, remove hidden links on homepage
1 parent 24a4a00 commit a03f18f

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

packages/blocks/src/quotes/basic.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ applyPropertyControls(QuoteBasic, {
5252
applyPropertyControls(QuoteBasic.Content, {
5353
children: {
5454
title: 'Text',
55-
type: ControlType.String
55+
type: ControlType.String,
56+
required: true
5657
},
5758
sx: {
5859
type: ControlType.Style
@@ -62,8 +63,7 @@ applyPropertyControls(QuoteBasic.Content, {
6263
applyPropertyControls(QuoteBasic.Author, {
6364
children: {
6465
title: 'Text',
65-
type: ControlType.String,
66-
required: true
66+
type: ControlType.String
6767
},
6868
sx: {
6969
type: ControlType.Style
@@ -73,8 +73,7 @@ applyPropertyControls(QuoteBasic.Author, {
7373
QuoteBasic.usage = `
7474
<QuoteBasic>
7575
<QuoteBasic.Content>
76-
We have to continually be jumping off cliffs and developing
77-
our wings on the way down.
76+
Science is magic that works.
7877
</QuoteBasic.Content>
7978
<QuoteBasic.Author>
8079
Kurt Vonnegut

src/pages/index.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@ innovative tool for teams.
1414

1515
It's open-source and MIT licensed.
1616

17-
<div style={{ display: 'none' }}>
18-
1917
- [Try the demo &rarr;](/demo)
2018
- [Read the docs &rarr;](/docs)
21-
- [Learn about the vision of Blocks &rarr;](/vision)
22-
23-
</div>
2419

2520
<br /><br />
2621

0 commit comments

Comments
 (0)