From d5ca1b9e4c19e409c044c5558bfe5213cfa8452d Mon Sep 17 00:00:00 2001 From: Kyle Villegas <86266231+kylevillegas93@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:51:52 -0400 Subject: [PATCH 1/8] SFR-2273: Making NYPL footer sticky (#542) --- CHANGELOG.md | 3 +++ src/pages/_document.tsx | 13 +++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c43f87d..562bcf91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGE LOG +## [Prerelease] +- Make NYPL footer sticky + ## [0.18.4] - Update license link for editions, works, and collections to copyright diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 444229ca..ba0676fe 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -20,7 +20,13 @@ class MyDocument extends Document {
- +