Skip to content

Commit

Permalink
Merge branch 'development' into SFR-2078/autoamate_different_pub_sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan1229 authored Nov 5, 2024
2 parents b73eb3c + c6b2725 commit 6af8945
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sfr-bookfinder-front-end",
"version": "0.18.6",
"version": "0.18.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MyDocument extends Document<DocumentProps> {
minHeight: "100vh",
}}
>
<div id="nypl-header"></div>
<div id="nypl-header" style={{ flexShrink: 0 }}></div>
<Script
src="https://ds-header.nypl.org/header.min.js?containerId=nypl-header"
strategy="beforeInteractive"
Expand Down

0 comments on commit 6af8945

Please sign in to comment.