mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
improving navigation
This commit is contained in:
@@ -87,8 +87,8 @@ export default function ExpandableModule({
|
||||
role="button"
|
||||
onClick={() => setIsExpanded((e) => !e)}
|
||||
>
|
||||
<div>{moduleName}</div>
|
||||
<div className="flex flex-row">
|
||||
<div className="flex-1">{moduleName}</div>
|
||||
<div className=" flex flex-row justify-end">
|
||||
<ClientOnly>
|
||||
<ModuleCanvasStatus moduleName={moduleName} />
|
||||
</ClientOnly>
|
||||
|
||||
Reference in New Issue
Block a user