Skip to content

Commit adc50c9

Browse files
authored
Merge pull request #1945 from numbersprotocol/fix-set-explore-as-initial-tab
fix(home.page): set explore tab as initial tab
2 parents 5ffafca + a7f1ea4 commit adc50c9

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)