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 305892e commit f19382c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions partials/navigation.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Also it includes the big submenu.
</a>
</div>
{{else}}
<div class="m-no-found in-recent-articles">{{t "No recent articles found :("}}</div>
<div class="m-not-found in-recent-articles">{{t "No recent articles found :("}}</div>
{{/foreach}}
{{/get}}
</div>
Expand All @@ -61,7 +61,7 @@ Also it includes the big submenu.
<a href="{{url}}">{{name}}</a>
</li>
{{else}}
<li class="m-no-found">{{t "No tags found :("}}</li>
<li class="m-not-found">{{t "No tags found :("}}</li>
{{/foreach}}
</ul>
{{/get}}
Expand Down
2 changes: 1 addition & 1 deletion partials/search.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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">
<p class="m-not-found align-center hide js-no-results">
{{t "No results for your search, try something different."}}
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@import "components/ui/section-title";
@import "components/ui/back";
@import "components/ui/small-text";
@import "components/ui/no-found";
@import "components/ui/not-found";
@import "components/header/header";
@import "components/header/mobile-topbar";
@import "components/header/logo";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.m-no-found {
.m-not-found {
color: var(--primary-foreground-color);
line-height: 1.3;
font-size: 0.875rem;
Expand Down

0 comments on commit f19382c

Please sign in to comment.