@washingtonpost/site-footer
v1.7.1
Published
WaPo Site Footer
Keywords
Readme
Site Footer
footercontains the site-wide UI footer.
Install
npm install @washingtonpost/site-footerComponent API
Usage
import { Footer } from "@washingtonpost/site-footer";
export const MyPage = () => {
return <Footer />;
};How to Update Footer Links
The footer links are located here -> apps/footer-links/public/index.json
If you need to update the footer links, you will need to update the JSON file.
Merging your PR will automatically deploy your changes to prod via a Codebuild project in apps/footer-links located here -> https://287303061758.us-east-1.console.aws.amazon.com/s3/buckets/site-eng-footer-links.
That project uploads the JSON to the S3 bucket, located in the AWS-app-wapo-site account.
