Skip to content

Commit

Permalink
feat: add site footer back (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva authored Jan 12, 2024
1 parent 812d13a commit 12cf193
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.washingtonpost.com/components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { Box, styled, Icon, theme } from "@washingtonpost/wpds-ui-kit";
import { useRouter } from "next/router";
import Script from "next/script";
import { Footer as SiteFooter } from "@washingtonpost/site-footer";
import Link from "next/link";

import { Github, Twitter, Youtube } from "@washingtonpost/wpds-assets";
Expand Down Expand Up @@ -80,8 +80,7 @@ export const Footer = () => {
Edit this page on GitHub.
</EditInGithub>
)}
<Script src="https://www.washingtonpost.com/ehf/twp-internal.js" />
<div id="footer-v3"></div>
<SiteFooter />
<Box
css={{
display: "flex",
Expand Down
1 change: 1 addition & 0 deletions build.washingtonpost.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@radix-ui/react-toggle-group": "^1.0.1",
"@stitches/react": "1.2.8",
"@washingtonpost/site-favicons": "^0.1.3",
"@washingtonpost/site-footer": "^0.24.3",
"@washingtonpost/tachyons-css": "~1.8.0",
"@washingtonpost/wpds-assets": ">=1.24.0",
"@washingtonpost/wpds-kitchen-sink": "1.19.0",
Expand Down
68 changes: 67 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 12cf193

@vercel
Copy link

@vercel vercel bot commented on 12cf193 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

wpds-ui-kit.preview.now.washingtonpost.com
wpds-ui-kit-git-main.preview.now.washingtonpost.com
build.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 12cf193 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook.preview.now.washingtonpost.com
wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com

Please sign in to comment.