Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Aug 31, 2023
1 parent 9a03f5d commit 224b482
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 19 deletions.
6 changes: 0 additions & 6 deletions public/compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,12 +611,6 @@
"value": "All Audiobooks"
}
],
"backButton__back": [
{
"type": 0,
"value": "Back"
}
],
"bibleBook__backToChapter": [
{
"type": 0,
Expand Down
3 changes: 0 additions & 3 deletions public/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,6 @@
"audiobookList__heading": {
"string": "All Audiobooks"
},
"backButton__back": {
"string": "Back"
},
"bibleBook__backToChapter": {
"string": "Back to Chapter Info"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/paginatedCardList.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
}
}
2 changes: 1 addition & 1 deletion src/containers/collection/pivot.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
padding: $tease-padding;
background-color: $ts-dark;
color: $ts-white;
}
}
2 changes: 1 addition & 1 deletion src/containers/presenter/list/list.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
margin-top: 0;
flex: 0 0 67%;
}
}
}
2 changes: 1 addition & 1 deletion src/containers/presenter/pivot.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

.image {
margin-right: 8px;
}
}
2 changes: 1 addition & 1 deletion src/containers/sermon/trending.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
display: flex;
align-items: center;
justify-content: space-between;
}
}
2 changes: 1 addition & 1 deletion src/containers/song/albums/list.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

.hidden {
display: none;
}
}
4 changes: 2 additions & 2 deletions src/containers/song/books/detail.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
align-items: center;
margin-bottom: 12px;

>*:first-child {
> *:first-child {
flex-grow: 1;
}
}
Expand All @@ -38,4 +38,4 @@

.cardGroup {
margin-bottom: 16px;
}
}
2 changes: 1 addition & 1 deletion src/containers/sponsor/list/list.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

.sponsorName {
font-size: 20px;
}
}
2 changes: 1 addition & 1 deletion src/containers/sponsor/pivot.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

.logo {
margin-right: 8px;
}
}

0 comments on commit 224b482

Please sign in to comment.