Skip to content

Commit

Permalink
fix: Copyings (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Jan 12, 2024
1 parent c3853d8 commit 148e408
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/start/Start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,20 +112,20 @@ export default function Start(props: Props) {
<span>
<strong>{`Welcome back ${name || ''}`}</strong>
</span>
<span>Are you ready to explore?</span>
<span>Ready to explore?</span>
</div>
<Button primary onClick={handleJumpIn} disabled={isLoadingExplorer} loading={isLoadingExplorer}>
jump into decentraland
<Icon name="arrow alternate circle right outline" />
</Button>
<Button inverted as="a" href={getAuthURL()} disabled={isLoadingExplorer}>
use another account
use a different account
</Button>
</div>
<div className="start-desktop-download">
<span>Want better graphics and faster speed?</span>
<span>Want better performance?</span>
<a href="https://decentraland.org/download/" target="_blank" rel="noreferrer noopener">
👉 <span>Download desktop client</span>
👉 <span>Download Desktop Client</span>
</a>
</div>
</div>
Expand All @@ -144,7 +144,7 @@ export default function Start(props: Props) {
<Icon name="discord" className="discord-icon" />
<p className="discord-info">
<span>Need guidance?</span>
<span>MEET THE COMMUNITY</span>
<span>Ask the community</span>
</p>
</a>
</div>
Expand Down

0 comments on commit 148e408

Please sign in to comment.