Skip to content

Commit

Permalink
Fix Google Form NavItem Type (#696)
Browse files Browse the repository at this point in the history
<!-- -----------^ Click "Preview" for a functional view! -->

Addresses [slack message
here](https://developmentseed.slack.com/archives/C03LGTM2SSH/p1736874147881149)

**Heads up: Contact Us button uses the new USWDS button component**

## Why are you creating this Pull Request?

- [Adding Datasets or
Stories](?title=Content%3A%20%3Cname%3E&expand=1&template=content.md)
- [Version
Release](?title=Deploy%20vX.X.X&expand=1&template=version_release.md)
- [Other](?expand=1&template=default.md)
  • Loading branch information
paridhi-parajuli authored Jan 14, 2025
2 parents 4ddf803 + 881f5e6 commit bf3e66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion veda.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (config.GOOGLE_FORM) {
{
title: 'Contact us',
src: config.GOOGLE_FORM,
type: 'modal'
type: 'action'
}
];
}
Expand Down

0 comments on commit bf3e66b

Please sign in to comment.