Skip to content

Commit

Permalink
Merge pull request #1369 from massenergize/fix-rewiring-america
Browse files Browse the repository at this point in the history
Fix: load rewiring America page from the API
  • Loading branch information
archx3 authored Jul 15, 2024
2 parents 25769a7 + f0d4d05 commit 5c06bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pages/RewiringAmerica.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function RewiringAmerica() {
})}
<div style={{ width: "100%", height: "100vh", background: "white" }}>
<iframe
src={`${URLS.ROOT}/rewiring_america`}
src={`${URLS.ROOT}/api/rewiring_america`}
title="Rewiring America"
style={{
width: "100%",
Expand Down

0 comments on commit 5c06bab

Please sign in to comment.