Skip to content

Commit

Permalink
fix: implemented kde.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
nfl0 committed Feb 6, 2024
1 parent 4d459e0 commit f1ab101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions images/kde.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<a class="btn-browser" href="https://github.com/cpte-org/Crypto-price-ticker-extension/raw/master/Firefox-signed/just_bitcoin_ticker_pro-2.0.4-fx.xpi" target="_blank" title="Mozilla Firefox"><i class="fab fa-firefox-browser"></i></a>
<a class="btn-browser" href="https://chrome.google.com/webstore/detail/edocckdppcejnpljkgohkdgniefflgfo" target="_blank" title="Google Chrome"><i class="fab fa-chrome"></i></a>
<a class="btn-browser" href="https://addons.opera.com/en/extensions/details/just-bitcoin-ticker-pro/" target="_blank" title="Opera"><i class="fab fa-opera"></i></a>
<a class="btn-browser" href="https://store.kde.org/p/2127626" target="_blank" title="Kde"><span style="color: #0d6efd; font-size: 22px;">KDE</span></a>
<a class="btn-browser" href="https://store.kde.org/p/2127626" target="_blank" title="Kde"><img src="images/kde.svg" alt="KDE Logo" width="46" height="46"></a>
</td>
</tr>

Expand Down Expand Up @@ -116,7 +116,7 @@
var iconElement0 = tr.getElementsByTagName("i")[0];
var iconElement1 = tr.getElementsByTagName("i")[1];
var iconElement2 = tr.getElementsByTagName("i")[2];
var iconElement3 = tr.getElementsByTagName("span")[1];
var iconElement3 = tr.getElementsByTagName("img")[1];

if(firefoxStatus==1){
tr.getElementsByTagName("a")[0].href = "https://github.com/cpte-org/Crypto-price-ticker-extension/raw/master/Firefox-signed/just_" + coinName[i] +"_ticker_pro-2.0.4-fx.xpi";
Expand Down

0 comments on commit f1ab101

Please sign in to comment.