Moved podium and fixed create button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user