Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit f7e1c3e

Browse files
Release 0.18.7 to production
2 parents 73dc5e6 + c6b2725 commit f7e1c3e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Prerelease]
44

5+
## [0.18.7]
6+
- Fix header when banner is up
7+
58
## [0.18.6]
69
- Add submit feedback error handling and new fields
710
- Fix docker file and playwright tests

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sfr-bookfinder-front-end",
3-
"version": "0.18.6",
3+
"version": "0.18.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class MyDocument extends Document<DocumentProps> {
2727
minHeight: "100vh",
2828
}}
2929
>
30-
<div id="nypl-header"></div>
30+
<div id="nypl-header" style={{ flexShrink: 0 }}></div>
3131
<Script
3232
src="https://ds-header.nypl.org/header.min.js?containerId=nypl-header"
3333
strategy="beforeInteractive"

0 commit comments

Comments
 (0)