mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: Added discord link.
This commit is contained in:
parent
32e94d7fc2
commit
029ffc2be9
@ -19,6 +19,9 @@
|
||||
#donation {
|
||||
background: rgb(232, 91, 70);
|
||||
}
|
||||
#discord {
|
||||
background: rgb(114, 137, 218);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="uk-animation-fade" uk-height-viewport="expand: true">
|
||||
@ -26,6 +29,7 @@
|
||||
Ryzen Controller
|
||||
<span id="version" class="uk-badge"></span>
|
||||
<a class="uk-badge" id="donation" title="Buy us some beers ❤️" href="#" onClick="require('electron').shell.openExternal('https://www.patreon.com/ryzencontrollerteam')">Patreon</a>
|
||||
<a class="uk-badge" id="discord" title="Join us on discord" href="#" onClick="require('electron').shell.openExternal('https://discord.gg/EahayUv')">Discord</a>
|
||||
</h1>
|
||||
|
||||
<ul uk-switcher="animation: uk-animation-fade" uk-tab uk-sticky class="uk-background-default uk-margin-remove" id="main-container-selector">
|
||||
|
Loading…
Reference in New Issue
Block a user