Skip to content

Commit

Permalink
- visual improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Mar 30, 2021
1 parent 82fdb41 commit 6ba6045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/components/snapshot/modals/newSnapshotForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const NewSnapshotForm = memo(({ handleCloseModal }) => {
name="createDisTopic"
/>
}
label="Create Discourse topic"
label="Create Discourse post"
/>
}
/>
Expand Down
2 changes: 1 addition & 1 deletion js/components/target/targetList.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const TargetList = memo(() => {
<ListItemText primary={data.title} />
</Link>
<ListItemSecondaryAction>
<Grid container direction="column" justify="center" alignItems="flex-start">
<Grid container direction="row" justify="center" alignItems="flex-start">
{sgcUploaded.includes(data.title) && (
<a href={sgcUrl} target="new">
Open SGC summary
Expand Down

0 comments on commit 6ba6045

Please sign in to comment.