Skip to content

Commit

Permalink
Fix scss copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Nov 27, 2024
1 parent bd1bf24 commit 3ec9658
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 3ec9658

Please sign in to comment.