Skip to content

Commit

Permalink
Merge pull request #170 from RENCI/#169-control-spelling-mistake
Browse files Browse the repository at this point in the history
#169-correcting spelling mistake
  • Loading branch information
lstillwe authored Aug 15, 2024
2 parents 36e2da3 + d3f5afc commit 3575992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/control-panel/control-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export const ControlPanel = () => {
<Branding/>
</AccordionSummary>
<AccordionDetails sx={{'marginBottom': '15px'}}>
<Stack direciton="column" gap={ 1 } alignItems="center">
<Stack direction="column" gap={ 1 } alignItems="center">
<Divider />
{
layers.length && (
Expand Down

0 comments on commit 3575992

Please sign in to comment.