tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
291
fork
atom
a tool for shared writing and social publishing
291
fork
atom
overview
issues
28
pulls
pipelines
little tweak
cozylittle.house
1 month ago
8e8e61c4
760c1d8a
+3
-1
1 changed file
expand all
collapse all
unified
split
components
PageLayouts
DashboardLayout.tsx
+3
-1
components/PageLayouts/DashboardLayout.tsx
···
246
246
currentProfileDid={props.profileDid}
247
247
/>
248
248
{props.actions && (
249
249
-
<div className="place-self-end flex gap-2">{props.actions}</div>
249
249
+
<div className="place-self-end flex flex-row-reverse gap-2 ">
250
250
+
{props.actions}
251
251
+
</div>
250
252
)}
251
253
</Footer>
252
254
</div>