Skip to content

Commit

Permalink
Noissue. Highlight Genes button
Browse files Browse the repository at this point in the history
const8ine committed Sep 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent bf049e6 commit 8d607c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/home/home.component.html
Original file line number Diff line number Diff line change
@@ -28,13 +28,13 @@
<div class="col col-12 main-page__section main-page__buttons">
<button
[routerLink]="'/genes'"
class="btn btn--big btn--purple">
class="btn btn--big btn--fill btn--purple">
{{ "main_page_all_genes" | translate }}
</button>

<button
(click)="goToGenesPage(randomHGNC)"
class="btn btn--big btn--fill btn--purple">
class="btn btn--big btn--purple">
{{ "main_page_random_gene" | translate }}
</button>
</div>

0 comments on commit 8d607c5

Please sign in to comment.