← back to Exo
add EXO logo to dashboard
5bfc99b415c549844171393cb1870281a8aa08f9 · 2025-08-25 16:41:13 +0100 · Alex Cheema
Files touched
A dashboard/exo-logo.pngM dashboard/index.html
Diff
commit 5bfc99b415c549844171393cb1870281a8aa08f9
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Mon Aug 25 16:41:13 2025 +0100
add EXO logo to dashboard
---
dashboard/exo-logo.png | Bin 0 -> 1655 bytes
dashboard/index.html | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dashboard/exo-logo.png b/dashboard/exo-logo.png
new file mode 100644
index 00000000..199bcfdd
Binary files /dev/null and b/dashboard/exo-logo.png differ
diff --git a/dashboard/index.html b/dashboard/index.html
index b9b547db..51e0be97 100644
--- a/dashboard/index.html
+++ b/dashboard/index.html
@@ -682,7 +682,7 @@
<div class="dashboard-header">
<div class="header-left">
- <h1><span class="logo-text">EXO</span></h1>
+ <h1><img src="exo-logo.png" alt="EXO logo" height="48" /></h1>
<p class="last-updated" id="lastUpdated">Fetching data...</p>
</div>
<button class="header-instances-button" id="instancesMenuButton">Instances</button>
← 11f8b4ef tidy: fix justfile, run.sh, run formatter
·
back to Exo
·
changes include: ipc, general utilities, flakes stuff w/ jus ef5c5b96 →