Revert "fix: typo"

This reverts commit 6aa7ff6a63.
This commit is contained in:
Sean Yesmunt 2019-10-03 14:24:45 -04:00
parent ae4117c356
commit 3e60ac93b6
2 changed files with 3 additions and 6 deletions

View file

@ -30,8 +30,7 @@
.section__flex-wrap { .section__flex-wrap {
@extend .section__flex; @extend .section__flex;
flex-wrap: wrap; flex-wrap: wrap;
margin-bottom: var(--spacing-large); margin-bottom: var(--spacing-large) & > * {
& > * {
margin-bottom: var(--spacing-large); margin-bottom: var(--spacing-large);
} }
} }

View file

@ -746,6 +746,7 @@
"Transfer in progress": "Transfer in progress", "Transfer in progress": "Transfer in progress",
"%complete% / %total% videos transferred": "%complete% / %total% videos transferred", "%complete% / %total% videos transferred": "%complete% / %total% videos transferred",
"Available Rewards": "Available Rewards", "Available Rewards": "Available Rewards",
"You have %credit_amount% in unclaimed rewards.": "You have %credit_amount% in unclaimed rewards.",
"No Channels Created Yet": "No Channels Created Yet", "No Channels Created Yet": "No Channels Created Yet",
"Create A Channel": "Create A Channel", "Create A Channel": "Create A Channel",
"Something about it not being here": "Something about it not being here", "Something about it not being here": "Something about it not being here",
@ -794,8 +795,5 @@
"Create": "Create", "Create": "Create",
"Use this address to receive LBC.": "Use this address to receive LBC.", "Use this address to receive LBC.": "Use this address to receive LBC.",
"Not a valid LBRY address": "Not a valid LBRY address", "Not a valid LBRY address": "Not a valid LBRY address",
"You have no rewards available.": "You have no rewards available.", "You have no rewards available.": "You have no rewards available."
"light": "light",
"dark": "dark",
"Dark": "Dark"
} }