More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
// Discord link | // Discord link | ||
$(document).ready(function() { | $(document).ready(function() { | ||
// Create the Discord link | // Create the Discord link with image only | ||
var discordLink = $('<div id="discord-link-below-logo"><a href="https://discord.gg/your-invite-code"> | var discordLink = $('<div id="discord-link-below-logo"><a href="https://discord.gg/your-invite-code"><img src="/w/images/thumb/d/dd/Discord.png/100px-Discord.png" alt="Discord" width="100" height="100"></a></div>'); | ||
// Insert it after the logo container | // Insert it after the logo container |