Skip to content

Commit

Permalink
Update sidebar language
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbernard committed Jan 17, 2024
1 parent a1a200d commit 80c3c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions vacs-map-app/src/components/SandAndSoilOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const { soil: soilScheme, sand: sandScheme } = storeToRefs(colorStore)
left: 0;
top: 0;
width: 100%;
height: 100%;
min-height: 100%;
background: var(--black-90);
color: var(--white);
Expand All @@ -42,7 +42,6 @@ const { soil: soilScheme, sand: sandScheme } = storeToRefs(colorStore)
padding: 1.25rem;
overflow-y: auto;
}
h1 {
Expand Down
2 changes: 1 addition & 1 deletion vacs-map-app/src/stores/siteContent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80c3c22

Please sign in to comment.