Skip to content

Commit

Permalink
changed valleys abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Dec 8, 2023
1 parent 0336e14 commit 7ff641a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/ValleysRidges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function ValleysRidges() {
margin={5}
// horizontalAlignment="adjust"
>
{`[name].replace('^Dolink?a\\\\b *', 'Dol. ').replace('^dolink?a\\\\b *', 'dol. ').replace(' *\\\\b[Dd]olink?a$', '') + "\n "`}
{`[name].replace('^Dolink?a\\\\b *', 'Dol. ').replace('^dolink?a\\\\b *', 'dol. ').replace(' *\\\\b[Dd]olink?a$', ' dol.') + "\n "`}
<Placement characterSpacing={cs * 2} />
<Placement characterSpacing={cs * 1.5} />
<Placement characterSpacing={cs} />
Expand Down

0 comments on commit 7ff641a

Please sign in to comment.