Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesoroka committed May 20, 2024
1 parent 9fe8313 commit d6a494e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MenuBar/LogoBarWizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function LogoBarWizard() {
<Link to="/">
<h1 className={"logoWrapStartScreen"}>
Template Wizard{" "}
<span className="sloganWizard">Customize yoiur template</span>
<span className="sloganWizard">Customize your template</span>
</h1>
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/WizardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function WizardPage() {
return (
<div>
<p className="underDev">
The Template Designer App is under development right now
The Template Wizard App is under development right now
</p>
<LogoBarWizard />
<div style={{ padding: "1rem" }}>
Expand Down

0 comments on commit d6a494e

Please sign in to comment.