Moved podium and fixed create button

This commit is contained in:
2026-02-22 17:05:04 +01:00 Verified
parent 61200c9c12
commit f5dac3b1c8
4 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -87,13 +87,13 @@ export default function Dashboard() {
<div className="container mx-auto max-w-5xl px-4 space-y-12">
{/* Create Button */}
<div className="flex justify-center md:justify-end">
{isAdmin && (
{isAdmin && (
<div className="flex justify-center md:justify-end">
<button onClick={() => { setEditTarget(null); setShowSettings(true); }} className="bg-orange-600 hover:bg-orange-500 text-white px-5 py-2.5 rounded-xl flex items-center gap-2 text-[10px] font-black uppercase tracking-wider shadow-xl shadow-orange-600/20 active:scale-95 transition">
<Plus size={16} strokeWidth={4} /> Create
</button>
)}
</div>
</div>
)}
{groups.live.length > 0 && (
<section>