Skip to content

Commit 9e6a04f

Browse files
committed
fix: homepage style change
1 parent 4f8fd67 commit 9e6a04f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/website-angular/src/app/home-page/home-shortcuts/home-shortcuts.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<app-carousel>
1+
<app-carousel [dark]="false">
22
<a class="shortcut-link" [href]="navOptions['tools']?.dropdownLinks?.['pathway-browser']?.link || '/PathwayBrowser'"
33
><app-button [variant]="dark ? 'dark' : 'light'" size="large"
44
><mat-icon class="large-button-icon">account_tree</mat-icon>Pathway

0 commit comments

Comments
 (0)