Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling and cursor issues. (PT-185950946) #9

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading