Skip to content

Commit

Permalink
feat: add faq link
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Sep 23, 2024
1 parent 55cebd4 commit 085242a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/bundle_icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ let icons = [
'mdi:invite',
'octicon:info-16',
'ic:round-shopping-cart',
'bx:bx-help-circle',
]

const output = path.normalize(
Expand Down
2 changes: 1 addition & 1 deletion static/assets/js/icons.dist.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified static/assets/js/icons.dist.js.br
Binary file not shown.
16 changes: 16 additions & 0 deletions views/menu-main.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,22 @@
></span>
</a>
</div>
<div class="submenu-item">
<a
class="flex justify-between w-full text-text-secondary dark:text-text-dark-secondary items-center px-2 font-semibold"
href="https://github.com/kcoderhtml/hackatime/blob/master/FAQ.md"
target="_blank"
rel="noreferrer noopener"
@click="state.showDropdownResources = !state.showDropdownResources"
data-trigger-for="showDropdownResources"
>
<span class="text-sm">FAQ</span>
<span
class="iconify inline"
data-icon="bx:bx-help-circle"
></span>
</a>
</div>
<div class="submenu-item">
<a
class="flex justify-between w-full text-text-secondary dark:text-text-dark-secondary items-center px-2 font-semibold"
Expand Down

0 comments on commit 085242a

Please sign in to comment.