Skip to content

Commit

Permalink
remove redundant tooltip (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb authored Apr 22, 2024
1 parent 3e41f8a commit 156ecac
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,16 @@ const hideWifiConfig = ref(config.hideWifiConfig)
</p>

<p>All dates and hours are adjusted to your timezone.</p>
<Tooltip title="Hackers Guidelines">
<div class="buttons">
<a
href="https://guides.hackupc.com/guide/hacker/"
target="_blank"
rel="noopener noreferrer"
>
<FontAwesomeIcon icon="book-open" style="margin-right: 4px" />
Guides
</a>
</div>
</Tooltip>
<div class="buttons">
<a
href="https://guides.hackupc.com/guide/hacker/"
target="_blank"
rel="noopener noreferrer"
>
<FontAwesomeIcon icon="book-open" style="margin-right: 4px" />
Guides
</a>
</div>
<div class="buttons">
<a
href="https://maps.app.goo.gl/AKazP14LMy7LZoZq8"
Expand Down

0 comments on commit 156ecac

Please sign in to comment.