File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pages/ApplicationFormPage Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import './App.css' ;
2-
2+ import './index.css'
33import { MsalProvider } from '@azure/msal-react' ;
44import { LocalizationProvider } from '@mui/x-date-pickers' ;
55import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs' ;
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ export const ApplicationFormPage = () => {
116116 } ;
117117
118118 const handleClick = ( ) => {
119- console . log ( Path . DUMP_Internship_Subscribe ) ;
120119 window . location . replace ( Path . DUMP_Internship_Subscribe ) ;
121120 } ;
122121
Original file line number Diff line number Diff line change 3535 border-radius : 8px ;
3636 border : none;
3737 cursor : pointer;
38- font-family : 'Fuse V.2 Display' ;
38+ font-family : 'FuseV2Display-ExtraBold' , sans-serif ;
3939 font-style : normal;
4040 font-weight : 800 ;
4141 font-size : 16px ;
@@ -99,6 +99,7 @@ input {
9999}
100100
101101.submitButton {
102+ font-family : FuseV2Display-Regular !important ;
102103 width : 161px !important ;
103104 height : 44px !important ;
104105 border-radius : 8px !important ;
You can’t perform that action at this time.
0 commit comments