Skip to content

Commit

Permalink
RENO-1463: Make use of new urlType prop to use absolute urls for NYPL…
Browse files Browse the repository at this point in the history
… footer links
  • Loading branch information
misselbeck committed Jun 16, 2020
1 parent 8851cca commit 0be8121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Application/Application.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Application extends React.Component {
<div className="app-wrapper add-list-reset">
<Loading />
{React.cloneElement(this.props.children, this.props)}
<Footer />
<Footer urlType="absolute" />
<Feedback location={this.props.location} />
</div>
);
Expand Down

0 comments on commit 0be8121

Please sign in to comment.