Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Oct 26, 2023
1 parent 9be4e39 commit d1ae1a1
Show file tree
Hide file tree
Showing 3 changed files with 30,035 additions and 7 deletions.
30,034 changes: 30,031 additions & 3 deletions app-components/preview/app-components.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions app-components/src/app/search/search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ <h5 class="mb-0 text-gray-4">
<ng-container *ngIf="searchResults.length > 0">
<a class="list-group-item text-decoration-none text-dark d-flex align-items-center"
*ngFor="let item of searchResults" [href]="basehref + '/' + item.setName + '/' + item.name + '/'">
<svg class="modus-icons mr-2" fill="currentColor" width="1.2em" height="1.2em">
<svg class="modus-icons me-2" fill="currentColor" width="1.2em" height="1.2em">
<use [attr.xlink:href]="
assetpath + item.setName + '/sprites/modus-icons.svg#' + item.name
"></use>
</svg>
<h5 class="mr-2 mb-0">{{ item.displayName }}</h5>
<label class="mb-0 mr-4">{{ item.tags }}</label>
<h5 class="me-2 mb-0">{{ item.displayName }}</h5>
<label class="mb-0 me-4">{{ item.tags }}</label>
<label class="mb-0 ms-auto text-secondary">{{
item.setDisplayName
}}</label>
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/app-components.js

Large diffs are not rendered by default.

0 comments on commit d1ae1a1

Please sign in to comment.