Skip to content

Commit

Permalink
Merge branch 'main' of github.com:NYPL/research-catalog into hold-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Nov 22, 2024
2 parents c958141 + 4e2c00a commit 5a3b610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function App({ Component, pageProps }) {
// Track page view events to Adobe Analytics
useEffect(() => {
trackVirtualPageView(router.asPath)
console.log("On train env")
})

return (
Expand Down
6 changes: 3 additions & 3 deletions src/components/EDSBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const EDSBanner = () => {
<span style={{ color: "var(--nypl-colors-ui-success-primary)" }}>
New!
</span>{" "}
Try our{" "}
<ExternalLink href="https://discovery.ebsco.com/c/tvrejk?acr_values=guest">
Try{" "}
<ExternalLink href="https://www.nypl.org/research/collections/online-resources-databases">
<b style={{ color: "var(--nypl-colors-ui-link-primary" }}>
Article Search
Article Plus
</b>
</ExternalLink>{" "}
to discover online journals, books, and more from home with your
Expand Down

0 comments on commit 5a3b610

Please sign in to comment.