Skip to content

Commit

Permalink
Fix scss copy/paste error (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil authored Nov 27, 2024
2 parents bd1bf24 + 3ec9658 commit d243d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/dialogs/select-project.dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
margin: 8px;
}

.select-multiple-projects-folder-icon {
.select-project-folder-icon {
margin-right: 8px;
}
2 changes: 1 addition & 1 deletion src/renderer/components/dialogs/select-project.dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function SelectProjectDialog({
<div>Loading Projects</div>
) : (
<ProjectList projects={projects} handleSelectProject={submitDialog}>
<FolderOpenIcon className="select-multiple-projects-folder-icon" />
<FolderOpenIcon className="select-project-folder-icon" />
</ProjectList>
)}
</div>
Expand Down

0 comments on commit d243d5d

Please sign in to comment.