Skip to content

Commit

Permalink
Fix spelling and cursor issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Oct 4, 2023
1 parent 8b908e4 commit 4d39628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function App() {
<div className={css.introSection}>
<div className={css.sectionHeaderLine}>
<span className={css.sectionHeaderText}>
Retrieve data on U.S. agricultural statitistics at the state or county level.
Retrieve data on U.S. agricultural statistics at the state or county level.
</span>
<span
title="Further information about this CODAP plugin"
Expand Down
5 changes: 2 additions & 3 deletions src/components/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,13 @@
flex-grow: 0;
flex-shrink: 0;
background-image: url("../assets/arrow-drop-down.svg");
cursor: pointer;
&.up {
transform: rotate(180deg);
}
}

.dropdownHeader {
cursor: pointer;
}


.userSelection {
font-family: 'Montserrat', sans-serif;
Expand Down

0 comments on commit 4d39628

Please sign in to comment.