a tool for shared writing and social publishing

little tweak

+3 -1
+3 -1
components/PageLayouts/DashboardLayout.tsx
··· 246 246 currentProfileDid={props.profileDid} 247 247 /> 248 248 {props.actions && ( 249 - <div className="place-self-end flex gap-2">{props.actions}</div> 249 + <div className="place-self-end flex flex-row-reverse gap-2 "> 250 + {props.actions} 251 + </div> 250 252 )} 251 253 </Footer> 252 254 </div>