From 0be812140f2a51a9b6242cd80556a408dedee949 Mon Sep 17 00:00:00 2001 From: Matt Misselbeck Date: Tue, 16 Jun 2020 11:09:59 -0400 Subject: [PATCH] RENO-1463: Make use of new urlType prop to use absolute urls for NYPL footer links --- src/app/components/Application/Application.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/Application/Application.jsx b/src/app/components/Application/Application.jsx index 11e8c64d..1491e73c 100644 --- a/src/app/components/Application/Application.jsx +++ b/src/app/components/Application/Application.jsx @@ -36,7 +36,7 @@ class Application extends React.Component {
{React.cloneElement(this.props.children, this.props)} -
);