Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve tooltips in the documentation
Browse files Browse the repository at this point in the history
KubaZ2 committed Nov 19, 2024
1 parent 3848c71 commit fb30ce5
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
@@ -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",
},
{

0 comments on commit fb30ce5

Please sign in to comment.