Skip to content

Commit a7f1ea4

Browse files
committed
fix(home.page): set explore tab as initial tab
1 parent 83721da commit a7f1ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/home/home.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { PrefetchingDialogComponent } from './onboarding/prefetching-dialog/pref
4545
styleUrls: ['./home.page.scss'],
4646
})
4747
export class HomePage {
48-
private readonly initialTabIndex = 2;
48+
private readonly initialTabIndex = 0;
4949
private readonly afterCaptureTabIndex = 2;
5050
selectedTabIndex = this.initialTabIndex;
5151

0 commit comments

Comments
 (0)