Skip to content

Commit

Permalink
Removed duplicate link in search ui
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrudnik committed Nov 19, 2023
1 parent 42d7cda commit 09a0ffe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/src/layouts/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@
<h1 class="text-3xl p-0 m-0">Ablegram</h1>
</div>
<div class="flex gap-3 mt-1 OutLinks">
<a href="https://www.ablegram.app/docs/guide/welcome/" target="_blank">
<i class="pi pi-fw pi-book text-xl"></i>
</a>

<a href="https://www.ablegram.app/" target="_blank">
<i class="pi pi-fw pi-globe text-xl"></i>
<i class="pi pi-fw pi-book text-xl"></i>
</a>

<a href="https://github.com/adrianrudnik/ablegram" target="_blank">
Expand Down

0 comments on commit 09a0ffe

Please sign in to comment.