Minor frontend changes

This commit is contained in:
root
2025-10-08 19:06:19 +00:00
parent 6ed9b94d3a
commit 737495d186
3 changed files with 61 additions and 67 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default function App() {
<div className="max-w-6xl mx-auto px-6 py-6">
<div className="flex flex-col gap-4 sm:flex-row sm:items-end sm:justify-between">
<div className="flex flex-col items-end gap-1">
<span className="text-xs text-gray-500">v0.2</span>
<span className="text-xs text-gray-500">v0.3 WIP</span>
<img src={logo} alt="StackPulse" className="h-10 w-auto" />
</div>
<nav className="flex gap-2 items-end">