Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Fix ene link text
Browse files Browse the repository at this point in the history
  • Loading branch information
jbothma committed Feb 27, 2019
1 parent fe1328a commit 8952139
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/utilities/html/scripts.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<script defer src="/assets/webapp/js/main.9769c69d.js"></script>
<script defer src="/assets/webapp/js/main.b42d1dd1.js"></script>
<script defer src="/{{ site.data.assets["assets/generated/main.js"] }}"></script>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions bin/install-webapp-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set -Eeuo pipefail

rm -f assets/webapp/js/*
cp packages/webapp/build/static/js/* assets/webapp/js/
git add assets/webapp/js
2 changes: 1 addition & 1 deletion packages/webapp/src/connections/infrastructure-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const isConnectionYear = year => year === '2017' || year === '2018';


const buildEne = url => ({
heading: 'Department Estimage of National Expenditure',
heading: 'Read more in the Department Budget',
format: 'PDF',
link: url,
});
Expand Down

0 comments on commit 8952139

Please sign in to comment.