Skip to content

Commit

Permalink
replace link to open source libraries with link to github
Browse files Browse the repository at this point in the history
Revert "replace link to open source libraries with link to github"

This reverts commit b20ee95c5f8cc5092e82e90c7fe7e6e70b24548e.

replace link to open source libraries with link to github
  • Loading branch information
joschahenningsen committed Jul 8, 2023
1 parent b56bfea commit 6afa83a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions web/template/home.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
<a href="/privacy">Data Privacy</a>
<a href="/imprint">Imprint</a>
</div>
<a href="/public/licenses.txt" class="block mt-2 text-center">
We <i class="fas fa-heart text-blue-500 dark:text-indigo-600"></i> OpenSource
<a href="https://github.com/joschahenningsen/TUM-Live" class="block mt-2 text-center">
<i class="fa-brands fa-github"></i> GitHub
</a>
</footer>
</section>
Expand Down Expand Up @@ -746,7 +746,7 @@
<a href="/privacy">Data Privacy</a>
<a href="/imprint">Imprint</a>
</div>
<a href="/public/licenses.txt">We <i class="fas fa-heart text-blue-500 dark:text-indigo-600"></i> OpenSource</a>
<a href="https://github.com/joschahenningsen/TUM-Live"><i class="fa-brands fa-github"></i> GitHub</a>
</footer>
</body>
</html>
Expand Down
8 changes: 4 additions & 4 deletions web/template/partial/info-dropdown.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
</div>
</div>
<div class = "border-t dark:border-gray-800 text-center px-2 py-2">
<a class="text-sm font-light text-5" href="/public/licenses.txt">
We <i class="fas fa-heart text-danger"></i> OpenSource</a>
<a class="text-sm font-light text-5" href="https://github.com/joschahenningsen/TUM-Live">
<i class="fa-brands fa-github"></i> GitHub</a>
</div>
</div>
{{end}}
Expand Down Expand Up @@ -141,8 +141,8 @@
</div>
</div>
<div class = "border-t dark:border-gray-800 text-center px-2 py-2">
<a class="text-sm font-light text-5" href="/public/licenses.txt">
We <i class="fas fa-heart text-danger"></i> OpenSource</a>
<a class="text-sm font-light text-5" href="https://github.com/joschahenningsen/TUM-Live">
<i class="fa-brands fa-github"></i> GitHub</a>
</div>
</div>
{{end}}

0 comments on commit 6afa83a

Please sign in to comment.