mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-08 20:34:18 -07:00
* Header updates * More pixel alignment for nav * Update unit test snapshots I removed a stray `,` from `testHelpers.tsx` which changed the output of several snapshots. * Fixes from PR review * Forgot to update snapshots after merge with main * Removed unused (and outdated) timeline page * Updated some translation descriptions.
This commit is contained in:
parent
8df548f506
commit
08e21e5d5b
12 changed files with 299 additions and 27282 deletions
|
@ -21,7 +21,7 @@ export const LocalizedComponent = ({children}: ILocalizedComponentProps) => {
|
|||
<IntlProvider locale={'en'}>
|
||||
{children}
|
||||
</IntlProvider>
|
||||
</IntlContextProvider>,
|
||||
</IntlContextProvider>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue