File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "Header1" : " Welcome to the University Sample App" ,
33 "Header2" : " Self-Service Student Portal" ,
4+ "Description" : " Supports both Authorization Code Grant and JSON Web Token (JWT) authentication." ,
45 "SandBoxButton" : " Create Developer Account" ,
56 "LearnMoreButton" : " Learn More" ,
67 "Card1" : {
Original file line number Diff line number Diff line change 1111 color : $white ;
1212 }
1313
14+ .description {
15+ color : $white ;
16+ font-style : italic ;
17+ }
18+
1419 .sub-title {
1520 color : $white ;
1621 font-weight : $font-weight-bold ;
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ export const Home = () => {
4343 < div className = "container" >
4444 < div className = "hero-text" >
4545 < h1 className = "h1" > { t ( "Header1" ) } </ h1 >
46+ < h3 className = "description" > { t ( "Description" ) } </ h3 >
4647 < span className = "sub-title" > { t ( "Header2" ) } </ span >
4748 </ div >
4849 </ div >
You can’t perform that action at this time.
0 commit comments