Skip to content

Commit

Permalink
Merge branch 'main' into feature/DR-3323/fix-copy-sort-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
avertrees committed Dec 20, 2024
2 parents 98a423d + 742dfbe commit eab0c58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update feedback form credentials to use official DR service account (DR-2794)
- Update timeout on API request to 10 seconds (DR-3304)
- Update header to expand on scroll up on desktop (DR-3322)
- Update google-site-verification meta tag (DR-3332)

## [0.2.4] 2024-11-26

Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const metadata: Metadata = {
],
},
verification: {
google: "_shbOK1otHA_eFNFgJsOwITZrWQwRg4wr8nmrJPNVDM",
google: "oLXa8JvslCKNxtg-fzL1aL8Q_yNmWvxExwaGs8UgyRM",
},
};

Expand Down
1 change: 1 addition & 0 deletions public/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update feedback form credentials to use official DR service account (DR-2794)
- Update timeout on API request to 10 seconds (DR-3304)
- Update header to expand on scroll up on desktop (DR-3322)
- Update google-site-verification meta tag (DR-3332)

## [0.2.4] 2024-11-26

Expand Down

0 comments on commit eab0c58

Please sign in to comment.