Skip to content

Commit

Permalink
Improved typo mistakes
Browse files Browse the repository at this point in the history
Signed-off-by: Dnyanesh Nimbalkar <[email protected]>
  • Loading branch information
Dnyaneshvn committed Jun 10, 2023
1 parent 23916b0 commit 533e8ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sections/z_other/Footer-classic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const FooterClassic = () => {
<Link to="#">Android App</Link>
</li>
<li>
<Link to="#">ios App</Link>
<Link to="#">iOS App</Link>
</li>
<li>
<Link to="#">Desktop</Link>
Expand All @@ -67,13 +67,13 @@ const FooterClassic = () => {
<Link to="#">FAQ</Link>
</li>
<li>
<Link to="#">Privecy</Link>
<Link to="#">Privacy</Link>
</li>
<li>
<Link to="#">Reporting</Link>
</li>
<li>
<Link to="#">Terms & Condition</Link>
<Link to="#">Terms & Conditions</Link>
</li>
</ul>
</div>
Expand Down

0 comments on commit 533e8ff

Please sign in to comment.