Skip to content

Commit

Permalink
Improve tooltips in the documentation (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaZ2 authored Nov 19, 2024
1 parent 3848c71 commit de630c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/templates-src/NetCord/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ function toggleSnow() {
let icons = [
{
icon: "bi bi-github",
tooltip: "GitHub",
tooltip: "Star on GitHub",
href: "https://github.com/NetCordDev/NetCord",
},
{
icon: "bi bi-discord",
tooltip: "Discord",
tooltip: "Join us on Discord",
href: "https://discord.gg/meaSHTGyUH",
},
{
Expand Down

0 comments on commit de630c4

Please sign in to comment.