diff --git a/partials/navigation.hbs b/partials/navigation.hbs index bb8f97c..05f921d 100644 --- a/partials/navigation.hbs +++ b/partials/navigation.hbs @@ -47,7 +47,7 @@ Also it includes the big submenu. {{else}} -
{{t "No recent articles found :("}}
+
{{t "No recent articles found :("}}
{{/foreach}} {{/get}} @@ -61,7 +61,7 @@ Also it includes the big submenu. {{name}} {{else}} -
  • {{t "No tags found :("}}
  • +
  • {{t "No tags found :("}}
  • {{/foreach}} {{/get}} diff --git a/partials/search.hbs b/partials/search.hbs index 4ff0c08..590cf19 100644 --- a/partials/search.hbs +++ b/partials/search.hbs @@ -16,7 +16,7 @@ follow the instructions to enable the search feature.
    -

    +

    {{t "No results for your search, try something different."}}

    diff --git a/src/sass/app.scss b/src/sass/app.scss index 2b87de7..eadbfa2 100644 --- a/src/sass/app.scss +++ b/src/sass/app.scss @@ -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"; diff --git a/src/sass/components/ui/_no-found.scss b/src/sass/components/ui/_not-found.scss similarity index 93% rename from src/sass/components/ui/_no-found.scss rename to src/sass/components/ui/_not-found.scss index 6fda0c9..3a5cef5 100644 --- a/src/sass/components/ui/_no-found.scss +++ b/src/sass/components/ui/_not-found.scss @@ -1,4 +1,4 @@ -.m-no-found { +.m-not-found { color: var(--primary-foreground-color); line-height: 1.3; font-size: 0.875rem;