Skip to content

Commit

Permalink
fix: add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
SudharakaP committed Jul 14, 2020
1 parent bf34e89 commit 934bc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/layouts/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer>
<div class="mt-3 mx-auto text-center">
<span>If you like PythonSinhala, don't forget to give us a star on </span><a href="https://github.com/OpenArchitex/OpenLearnr" target="_blank" rel="noopener noreferrer">GitHub</a>!
<p><small>Powered by <a href="https://github.com/OpenArchitex" target="_blank" rel="noopener noreferrer">OpenArchitex</a>&copy;{{year}}. Code licensed under an <a href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer">MIT</a>.</small></p>
<p><small>Powered by <a href="https://github.com/OpenArchitex" target="_blank" rel="noopener noreferrer">OpenArchitex</a>&copy;{{year}}. Code licensed under an <a href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer">MIT License</a>.</small></p>
</div>
</footer>

0 comments on commit 934bc00

Please sign in to comment.