-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor support cleanup - fixed some titles, addressed #184, minor form…
…atting to practice page.
- Loading branch information
1 parent
507eaa2
commit c6d7db3
Showing
4 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...gameboard-ui/src/app/prac/components/suggested-searches/suggested-searches.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div class="suggested-searches-component d-flex flex-wrap w-100"> | ||
<a *ngFor="let search of searches" [routerLink]="['/practice']" [queryParams]="{ term: search }"> | ||
<app-colored-text-chip [text]="search" colorMode="monochrome" | ||
<app-colored-text-chip class="d-block mb-2" [text]="search" colorMode="monochrome" | ||
(click)="handleSearchClick($event)"></app-colored-text-chip> | ||
</a> | ||
</div> |
6 changes: 3 additions & 3 deletions
6
projects/gameboard-ui/src/app/support/support-page/support-page.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters