Skip to content

Commit

Permalink
v1.3.1 Fixed currentCountryFlagIconUrl to match GB flag (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandel10n authored and DamianMullins committed Oct 5, 2018
1 parent fb6d54a commit 9a15d77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v1.3.1
------------------------------
*October 5, 2018*

### Fixed
- Fixed "currentCountryFlagIconUrl" to match GB flag

v1.3.0
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-footer",
"description": "Fozzie footer – Footer Component for Just Eat projects",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/js/index.js",
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/resources/footer-docs-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"miscIconPaths": {
"chevronIconUrl": "/assets/img/icons/arrows/chevron.svg",
"crossIconUrl": "/assets/img/icons/operators/cross.svg",
"currentCountryFlagIconUrl": "/assets/img/icons/flags/flag.dk.svg"
"currentCountryFlagIconUrl": "/assets/img/icons/flags/flag.gb.svg"
},
"socialIconPaths": {
"facebookIconUrl": "/assets/img/icons/social/icon-facebook.svg",
Expand Down

0 comments on commit 9a15d77

Please sign in to comment.