mirror of
https://github.com/markuryy/shark.git
synced 2025-12-12 11:41:02 +00:00
refactor(ui): remove disabled GitHub button from toolbar
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
forward: '/icons/rightarrow.png',
|
||||
play: '/icons/speaker.png',
|
||||
search: '/icons/internet.png',
|
||||
globe: '/icons/github-white.svg',
|
||||
computer: '/icons/computer.png',
|
||||
};
|
||||
|
||||
@@ -87,12 +86,6 @@
|
||||
<span>Settings</span>
|
||||
</a>
|
||||
|
||||
<div class="toolbar-separator"></div>
|
||||
|
||||
<button class="toolbar-button" disabled title="GitHub">
|
||||
<img src={icons.globe} alt="Globe" />
|
||||
<span>GitHub</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user