Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Razikus committed Feb 20, 2024
1 parent 3e828b5 commit 0cd493d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion InBrowserTools/src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@

<EssentialLink v-for="link in essentialLinks" :key="link.title" v-bind="link" />

<hr/>
<q-item clickable href="https://github.com/Razikus/In-Browser-Tools/issues">
<q-item-section avatar>
<q-icon name="send" />
</q-item-section>

<q-item-section>
<q-item-label>Request tool</q-item-label>
<q-item-label>Request other tool</q-item-label>
</q-item-section>
</q-item>

Expand Down

0 comments on commit 0cd493d

Please sign in to comment.