File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<script lang =" ts" >
22 import { Tab , TabGroup } from ' @skeletonlabs/skeleton' ;
3- import PactaIntro from ' ./pacta_intro .svelte' ;
3+ import PactaIntro from ' ./about .svelte' ;
44 import PortfolioView from ' ./portfolio_view.svelte' ;
55 import SectorView from ' ./sector_view.svelte' ;
66 import CompanyView from ' ./company_view.svelte' ;
77 // Tab Group
8- let tabSet: number = 0 ;
8+ let tabSet: number = 1 ;
99 </script >
1010
1111<TabGroup >
12- <Tab bind:group ={tabSet } name ="pacta_intro " value ={0 }>Introduction </Tab >
12+ <Tab bind:group ={tabSet } name ="about " value ={0 }>About PACTA </Tab >
1313 <Tab bind:group ={tabSet } name ="portfolio_view" value ={1 }>Portfolio-level Overview</Tab >
1414 <Tab bind:group ={tabSet } name ="sector_view" value ={2 }>Sector-level Analysis</Tab >
1515 <Tab bind:group ={tabSet } name ="company_view" value ={3 }>Company-level Analysis</Tab >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments