We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7c317 commit e5e608dCopy full SHA for e5e608d
src/components/blocks/Navbar.vue
@@ -94,21 +94,6 @@
94
<i class="fas fa-th"></i>
95
</button>
96
</div>
97
- <div class="btn-group" role="group">
98
- <button type="button" class="btn btn-secondary"
99
- v-bind:title="lang.btn.fullScreen"
100
- v-bind:class="{ active: fullScreen }"
101
- v-on:click="screenToggle">
102
- <i class="fas fa-expand-arrows-alt"></i>
103
- </button>
104
- </div>
105
106
107
- v-bind:title="lang.btn.about"
108
- v-on:click="showModal('About')">
109
- <i class="fas fa-question"></i>
110
111
112
113
114
0 commit comments