Skip to content

Commit

Permalink
Re-removed extra <br>
Browse files Browse the repository at this point in the history
  • Loading branch information
pbking committed May 21, 2024
1 parent 94e4d43 commit 1580951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/landing-page/landing-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function LandingPage() {
<Button variant="link" onClick={() => setCreateModalType('blank')}>Create a new Blank Theme</Button>
<p>Start from scratch! Create a blank theme to get started with your own design ideas.</p>

<Button variant="link" onClick={() => setCreateModalType('clone')}>Create a Clone of This Theme</Button><br />
<Button variant="link" onClick={() => setCreateModalType('clone')}>Create a Clone of This Theme</Button>
<p>Use the currently activated theme as a starting point.</p>

<Button variant="link" onClick={() => setCreateModalType('child')}>Create a Child of This Theme</Button>
Expand Down

0 comments on commit 1580951

Please sign in to comment.