Skip to content
Snippets Groups Projects
Commit 0a49c7ce authored by Marjolaine Bodin's avatar Marjolaine Bodin
Browse files

Merge branch '766-refresh_button_location' into 'main'

Resolve "Refresh button location"

Closes #766

See merge request !709
parents 946caa3e a1e2199d
No related branches found
No related tags found
2 merge requests!712Resolve "Allow running microfrontend in standalone mode for development",!709Resolve "Refresh button location"
Pipeline #225058 waiting for manual action
......@@ -61,21 +61,23 @@ function SideNav({
fluid
>
<div>
<Button
variant="icon"
style={{
width: '100%',
}}
onClick={() => {
setShow(!show);
}}
size="sm"
>
<FontAwesomeIcon icon={faAnglesLeft} />
</Button>
<div style={{ display: 'flex', flexDirection: 'row' }}>
<Button
variant="icon"
style={{
width: '100%',
}}
onClick={() => {
setShow(!show);
}}
size="sm"
>
<FontAwesomeIcon icon={faAnglesLeft} />
</Button>
<LoadingIndicator />
</div>
{navContent}
</div>
<LoadingIndicator />
</Container>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment