Skip to content

Commit

Permalink
Merge pull request #4371 from Dnyaneshvn/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadha93 committed Jun 26, 2023
2 parents 8d562c7 + 533e8ff commit 203bd4e
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 203bd4e

Please sign in to comment.