Skip to content

Commit

Permalink
fix: afterthought icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Apr 4, 2024
1 parent 1ef39ed commit 56e695d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div align="center">
<img width="10%" src="web/public/icons/omcp_icon.png">
<h1>OpenMCPanel</h1>
</div>

<div align="center">
<img src="https://img.shields.io/github/actions/workflow/status/SpikeHD/OpenMCPanel/build.yml" />
<img src="https://img.shields.io/github/package-json/v/SpikeHD/OpenMCPanel" />
<img src="https://img.shields.io/github/repo-size/SpikeHD/OpenMCPanel" />
<img src="https://img.shields.io/github/commit-activity/m/SpikeHD/OpenMCPanel" />
</div>
<div align="center">
<img src="https://img.shields.io/github/commit-activity/m/SpikeHD/OpenMCPanel" />
<img src="https://img.shields.io/github/release-date/SpikeHD/OpenMCPanel" />
<img src="https://img.shields.io/github/stars/SpikeHD/OpenMCPanel" />
<img src="https://img.shields.io/github/downloads/SpikeHD/OpenMCPanel/total" />
Expand Down
Binary file added web/public/icons/omcp_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions web/src/components/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@
}

.sidebar-icon {
width: 80%;
/* TODO temporary until I get an icon */
height: 60px;
margin-top: 12px;
margin-bottom: 12px;
width: 50%;
}

.sidebar-icon img {
width: 100%;
}

.sidebar-item.deploy {
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function Sidebar() {
return (
<div class="sidebar">
<div class="sidebar-icon">

<img src="/icons/omcp_icon.png" alt="logo" />
</div>

<Link href="/manage" class="sidebar-item">Servers</Link>
Expand Down

0 comments on commit 56e695d

Please sign in to comment.