mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: Added a donation link.
This commit is contained in:
parent
417ae7e927
commit
39fc10a6d2
@ -16,10 +16,17 @@
|
|||||||
#experimental-tab h3 label {
|
#experimental-tab h3 label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
#donation {
|
||||||
|
background: rgb(232, 91, 70);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="uk-animation-fade" uk-height-viewport="expand: true">
|
<body class="uk-animation-fade" uk-height-viewport="expand: true">
|
||||||
<h1>Ryzen Controller <span id="version" class="uk-badge"></span></h1>
|
<h1>
|
||||||
|
Ryzen Controller
|
||||||
|
<span id="version" class="uk-badge"></span>
|
||||||
|
<a class="uk-badge" id="donation" title="By us some beers ❤️" href="#" onClick="require('electron').shell.openExternal('https://www.patreon.com/ryzencontrollerteam')">Patreon</a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<ul uk-switcher="animation: uk-animation-fade" uk-tab uk-sticky class="uk-background-default uk-margin-remove" id="main-container-selector">
|
<ul uk-switcher="animation: uk-animation-fade" uk-tab uk-sticky class="uk-background-default uk-margin-remove" id="main-container-selector">
|
||||||
<li><a href="#">Presets</a></li>
|
<li><a href="#">Presets</a></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user