department-of-veterans-affairs/vets-website

View on GitHub
src/applications/terms-of-use/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
export const errorMessages = {
  network: `We had a connection issue on our end. Please try again in a few minutes.`,
  tooManyRequests: `There are too many requests. Please try again in a few minutes.`,
};

export const touStyles = `
  #vetnav { display: none; }
  #legacy-header { min-height: auto; }
  #login-root { visibility: hidden; }
  #mega-menu { min-height: auto; }
  #legacy-header > div:nth-child(3) > div.menu-rule.usa-one-whole { display: none; }
  #header-v2 > div > nav > div > div { visibility: hidden; }
`;