Skip to content

Commit

Permalink
QOLOE-294 using ampersand
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazal-salehi committed Jun 24, 2024
1 parent 131f0c1 commit 4adf0dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/bs5/searchInput/searchInput.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ul class="suggestions suggestions__group">
<div class="default-suggestions">
<div class="suggestions-category mt-2">
<strong class="suggestion-category-label">Popular services</strong>
<strong class="suggestions-category-label">Popular services</strong>
<ul class="mt-2">
{{#each default_suggestions.popular_services}}
<li><a href="{{link}}">{{title}}</a></li>
Expand All @@ -26,7 +26,7 @@
<hr>

<div class="suggestions-category mt-2">
<strong class="suggestion-category-label">Browse by category</strong>
<strong class="suggestions-category-label">Browse by category</strong>
<ul class="mt-2">
{{#each default_suggestions.categories}}
<li><a href="{{link}}">{{title}}</a></li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/bs5/searchInput/searchInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
border-bottom: solid .25rem var(--#{$prefix}site-search-suggestions-hover__border_color);

.suggestions-category {
.suggestion-category-label {
&-label {
padding: 0 1rem;
}
ul {
Expand Down

0 comments on commit 4adf0dc

Please sign in to comment.