Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiesigner committed Oct 13, 2019
1 parent 44b03be commit 32348dd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "0.5.2"
"version": "0.5.3"
}
4 changes: 3 additions & 1 deletion partials/search.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ follow the instructions to enable the search feature.
</fieldset>
</form>
<div class="js-search-results hide"></div>
<p class="m-no-found align-center hide js-no-results">{{t "No results for your search, try something different."}}</>
<p class="m-no-found align-center hide js-no-results">
{{t "No results for your search, try something different."}}
</p>
</div>
</div>
4 changes: 2 additions & 2 deletions src/sass/common/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--article-shadow-normal: 0 10px 10px rgba(0,0,0,0.08);
--article-shadow-hover: 0 4px 60px 0 rgba(0,0,0,0.2);
--transparent-background-color: rgba(255,255,255,0.99);
--foter-background-color: #293951;
--footer-background-color: #293951;
--submenu-shadow-color-opacity: 0.25;
--button-shadow-color-normal: rgba(108, 108, 108, 0.2);
--button-shadow-color-hover: rgba(108, 108, 108, 0.3);
Expand All @@ -31,7 +31,7 @@
--article-shadow-normal: 0 4px 5px 5px rgba(0,0,0,0.1);
--article-shadow-hover: 0 4px 5px 10px rgba(0,0,0,0.1);
--transparent-background-color: rgba(0,0,0,0.99);
--foter-background-color: #080808;
--footer-background-color: #080808;
--submenu-shadow-color-opacity: 0.55;
--button-shadow-color-normal: rgba(10, 10, 10, 0.5);
--button-shadow-color-hover: rgba(10, 10, 10, 0.5);
Expand Down
2 changes: 1 addition & 1 deletion src/sass/components/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.m-footer {
flex-shrink: 0;
background-color: var(--foter-background-color);
background-color: var(--footer-background-color);
}

.m-footer__content {
Expand Down
2 changes: 1 addition & 1 deletion subscribe.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{!--
This error template is used for the subscription page.
This template is used for the subscription page.
--}}

{{!-- The tag below means: insert everything in this file
Expand Down

0 comments on commit 32348dd

Please sign in to comment.