Skip to content

Commit

Permalink
Merge pull request #385 from USEPA/feature/update-epa-template
Browse files Browse the repository at this point in the history
Feature/update epa template
  • Loading branch information
courtneymyers authored Feb 26, 2024
2 parents fddb8e3 + 2c960e8 commit 15f39f7
Show file tree
Hide file tree
Showing 101 changed files with 45,427 additions and 332 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ build

# Nuxt.js build / generate output
.nuxt
dist
# dist

# Gatsby files
.cache/
Expand Down
565 changes: 388 additions & 177 deletions app/client/index.html

Large diffs are not rendered by default.

555 changes: 406 additions & 149 deletions app/client/public/404.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions app/client/public/core/assets/vendor/once/once.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/client/public/img/sprite.artifact.svg

This file was deleted.

4 changes: 2 additions & 2 deletions app/client/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "U.S. EPA CSB Rebate Forms Application",
"icons": [
{
"src": "https://www.epa.gov/themes/epa_theme/images/favicon.ico",
"src": "/themes/epa_theme/images/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
Expand All @@ -12,4 +12,4 @@
"display": "standalone",
"theme_color": "#005ea2",
"background_color": "#ffffff"
}
}
Loading

0 comments on commit 15f39f7

Please sign in to comment.