Skip to content

Commit

Permalink
fix(styling): fix typo on homepage (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x authored Oct 26, 2024
1 parent 5ef9048 commit 938f6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/deploy-web/src/components/home/WelcomePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const WelcomePanel: React.FC = () => {

<div className="flex flex-col">
<Link href={UrlService.getStarted()}>Getting started with Akash Console</Link>
<span className="text-sm text-muted-foreground">Learn how to deploy your first docker container on Akash in a few click using Console.</span>
<span className="text-sm text-muted-foreground">Learn how to deploy your first docker container on Akash in a few clicks using Console.</span>
</div>
</li>

Expand Down

0 comments on commit 938f6b7

Please sign in to comment.