Skip to content

Commit

Permalink
Merge pull request #183 from calibreapp/valid-markup
Browse files Browse the repository at this point in the history
🐛 Fix invalid markup in example website
  • Loading branch information
robmorieson authored Oct 10, 2022
2 parents 971fd07 + 2c00fb2 commit 4b6e96b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 21 deletions.
5 changes: 2 additions & 3 deletions website/pages/chatwoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ const Page: NextPage = () => (
</a>
.
</p>
<p>
View other demos: <ExampleLinks />
</p>
<p>View other demos:</p>
<ExampleLinks />
</div>
</div>
<Chatwoot />
Expand Down
5 changes: 2 additions & 3 deletions website/pages/drift.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ const Page: NextPage = () => (
</a>
.
</p>
<p>
View other demos: <ExampleLinks />
</p>
<p>View other demos:</p>
<ExampleLinks />
</div>
</div>
<Drift icon="A" color="#0176ff" />
Expand Down
5 changes: 2 additions & 3 deletions website/pages/helpscout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ const Page: NextPage = () => (
</a>
.
</p>
<p>
View other demos: <ExampleLinks />
</p>
<p>View other demos:</p>
<ExampleLinks />
</div>
</div>
<HelpScout color="#527ceb" />
Expand Down
5 changes: 2 additions & 3 deletions website/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ const Page: NextPage = () => (
Built by the team at Calibre <span></span>
</a>
</p>
<p>
View demos: <ExampleLinks />
</p>
<p>View demos:</p>
<ExampleLinks />
</div>
</div>
</Layout>
Expand Down
5 changes: 2 additions & 3 deletions website/pages/intercom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ const Page: NextPage = () => (
</a>
.
</p>
<p>
View other demos: <ExampleLinks />
</p>
<p>View other demos:</p>
<ExampleLinks />
</div>
</div>
<Intercom color="#333333" />
Expand Down
5 changes: 2 additions & 3 deletions website/pages/messenger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ const Page: NextPage = () => (
</a>
.
</p>
<p>
View other demos: <ExampleLinks />
</p>
<p>View other demos:</p>
<ExampleLinks />
</div>
</div>
<Messenger
Expand Down
5 changes: 2 additions & 3 deletions website/pages/userlike.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ const Page: NextPage = () => (
</a>
.
</p>
<p>
View other demos: <ExampleLinks />
</p>
<p>View other demos:</p>
<ExampleLinks />
</div>
</div>
<Userlike vOffset="47px" hOffset="49px" />
Expand Down

1 comment on commit 4b6e96b

@vercel
Copy link

@vercel vercel bot commented on 4b6e96b Oct 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.