Skip to content

Commit 2c00fb2

Browse files
committed
Ensure <ul> is not child of <p>
1 parent 971fd07 commit 2c00fb2

7 files changed

Lines changed: 14 additions & 21 deletions

File tree

website/pages/chatwoot.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ const Page: NextPage = () => (
2121
</a>
2222
.
2323
</p>
24-
<p>
25-
View other demos: <ExampleLinks />
26-
</p>
24+
<p>View other demos:</p>
25+
<ExampleLinks />
2726
</div>
2827
</div>
2928
<Chatwoot />

website/pages/drift.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ const Page: NextPage = () => (
1818
</a>
1919
.
2020
</p>
21-
<p>
22-
View other demos: <ExampleLinks />
23-
</p>
21+
<p>View other demos:</p>
22+
<ExampleLinks />
2423
</div>
2524
</div>
2625
<Drift icon="A" color="#0176ff" />

website/pages/helpscout.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ const Page: NextPage = () => (
2121
</a>
2222
.
2323
</p>
24-
<p>
25-
View other demos: <ExampleLinks />
26-
</p>
24+
<p>View other demos:</p>
25+
<ExampleLinks />
2726
</div>
2827
</div>
2928
<HelpScout color="#527ceb" />

website/pages/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ const Page: NextPage = () => (
2525
Built by the team at Calibre <span></span>
2626
</a>
2727
</p>
28-
<p>
29-
View demos: <ExampleLinks />
30-
</p>
28+
<p>View demos:</p>
29+
<ExampleLinks />
3130
</div>
3231
</div>
3332
</Layout>

website/pages/intercom.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ const Page: NextPage = () => (
1818
</a>
1919
.
2020
</p>
21-
<p>
22-
View other demos: <ExampleLinks />
23-
</p>
21+
<p>View other demos:</p>
22+
<ExampleLinks />
2423
</div>
2524
</div>
2625
<Intercom color="#333333" />

website/pages/messenger.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ const Page: NextPage = () => (
1919
</a>
2020
.
2121
</p>
22-
<p>
23-
View other demos: <ExampleLinks />
24-
</p>
22+
<p>View other demos:</p>
23+
<ExampleLinks />
2524
</div>
2625
</div>
2726
<Messenger

website/pages/userlike.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ const Page: NextPage = () => (
2121
</a>
2222
.
2323
</p>
24-
<p>
25-
View other demos: <ExampleLinks />
26-
</p>
24+
<p>View other demos:</p>
25+
<ExampleLinks />
2726
</div>
2827
</div>
2928
<Userlike vOffset="47px" hOffset="49px" />

0 commit comments

Comments
 (0)