diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-09-06 23:15:56 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-09-06 23:15:56 +0300 |
commit | 56b7e6f670743e932b0916560561548d78bd2e68 (patch) | |
tree | 3b6d578b3441210518a67789e8b1829b59bc0dd7 /src | |
parent | 6433eaccbfcfe1472b94e3c8408ab125779f908a (diff) | |
download | arching-kaos-web-ui-56b7e6f670743e932b0916560561548d78bd2e68.tar.gz arching-kaos-web-ui-56b7e6f670743e932b0916560561548d78bd2e68.tar.bz2 arching-kaos-web-ui-56b7e6f670743e932b0916560561548d78bd2e68.zip |
Removed old button for stellar connection
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/index.html b/src/index.html index dee5f92..1d4f9d0 100644 --- a/src/index.html +++ b/src/index.html @@ -61,12 +61,6 @@ <button id="radio-button-controller" class="menu-clickable" onclick="radioToggle();">Loading...</button> </div> </div> - <div id="stellar-freigher-connect-address" onmouseenter="showStellar()" onmouseleave="hideStellar()"> - <div id="stellar-related-dropdown" class="linkin"> - <div id="menu"> - </div> - </div> - </div> <div class="main"> <div id="welcome-section"> <h2>Welcome!!!</h2> |