Skip to content

Commit

Permalink
Remove 'Download this Appstore' link in the navbar
Browse files Browse the repository at this point in the history
Fixes #19

It might be dangerous to allow a user to download the entire appstore
without understanding how it works. See #19 for a detailed information
  • Loading branch information
srevinsaju committed Jul 29, 2020
1 parent cca4af6 commit 20bc02a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions aslo4-static/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
<li class="nav-item">
<a class="nav-link" href="https://github.com/srevinsaju/sugar-activity-build#adding-your-bundles-xo">Add Activities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/srevinsaju/sugar-activity-build/releases/download/latest/saas.tar.gz">Download this appstore</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/srevinsaju/sugar-activity-build"><i class="fa fa-github"></i></a>
</li>
Expand Down Expand Up @@ -181,4 +178,4 @@ <h4>Useful Links</h4>
</div>
</div>
</footer>
</html>
</html>
3 changes: 0 additions & 3 deletions aslo4-static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@
<li class="nav-item">
<a class="nav-link" href="https://github.com/srevinsaju/sugar-activity-build#adding-your-bundles-xo">Add Activities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/srevinsaju/sugar-activity-build/releases/download/latest/saas.tar.gz">Download this appstore</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about.html">How it works?</a>
</li>
Expand Down

0 comments on commit 20bc02a

Please sign in to comment.