1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

refactor: remove GitHub source code button from sidebar navbar

This commit is contained in:
codecalm
2025-11-01 22:34:20 +01:00
parent cf04a00f8e
commit 21eb18f918

View File

@@ -5,8 +5,6 @@
{% unless include.condensed %}
<div class="nav-item d-none d-{{ include.breakpoint }}-flex me-3">
<div class="btn-list">
{% include "ui/button.html" icon="brand-github" outline=true text="Source code" href=site.githubUrl
external=true %}
{% include "ui/button.html" icon="heart" icon-color="pink" outline=true text="Sponsor"
href=site.githubSponsorsUrl external=true %}
</div>