Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Develop (#11)
Browse files Browse the repository at this point in the history
* add light style

* Update client.js

Changed version to 2.5.0

* Release/2.5.0 (#7) (#8)

* add light style

* Update client.js

Changed version to 2.5.0

Co-authored-by: tumuyan <tumuyan@gmail.com>

Co-authored-by: tumuyan <tumuyan@gmail.com>

* Fixed [bug] not all icons are displayed #5/

* Update index.html (#9)

Co-authored-by: tumuyan <tumuyan@gmail.com>
Co-authored-by: JB Carreon <jbcarreon212@gmail.com>
  • Loading branch information
3 people committed Aug 18, 2022
1 parent a5b2b5b commit d631094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
<div class="text-center p-0 m-0">
<div class="row justify-content-md-center container-fluid">
<div class="col col-sm">
<a href="https://beta.macrodeck.org/imprint" class="text-w" target="_blank">Imprint</a>
<a href="https://macrodeck.org/imprint" class="text-w" target="_blank">Imprint</a>
|
<a href="https://beta.macrodeck.org/privacy" class="text-w" target="_blank">Privacy statement</a>
<a href="https://macrodeck.org/privacy" class="text-w" target="_blank">Privacy statement</a>
|
<a href="https://beta.macrodeck.org/termsofuse" class="text-w" target="_blank">Terms of use</a>
<a href="https://macrodeck.org/termsofuse" class="text-w" target="_blank">Terms of use</a>
</div>

</div>
Expand Down Expand Up @@ -161,4 +161,4 @@ <h5 class="modal-title">Cookies &#x1F36A;</h5>
<script src="js/client.js"></script>
<script src="js/cookiealert.js"></script>
</body>
</html>
</html>

0 comments on commit d631094

Please sign in to comment.