Skip to content

Commit

Permalink
- Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-massie committed Nov 14, 2024
1 parent fab0b14 commit c90c18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions react/src/components/Projects/ProjectListing.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ td {
color: white;
}
.mapColumn {
width: 42%
width: 42%;
}
.projectColumn {
width: 42%
width: 42%;
}
.buttonColumn {
width: 16%;
Expand Down
2 changes: 1 addition & 1 deletion react/src/components/Projects/ProjectListing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ProjectListing: React.FC = () => {
<th className={styles.projectColumn}>Project</th>
<th className={styles.buttonColumn}>
<CreateMapModal isOpen={isModalOpen} toggle={toggleModal} />
<Button onClick={toggleModal} type="link" iconNameBefore="add" >
<Button onClick={toggleModal} type="link" iconNameBefore="add">
Create a New Map
</Button>
</th>
Expand Down

0 comments on commit c90c18d

Please sign in to comment.