File tree Expand file tree Collapse file tree 4 files changed +2
-36
lines changed Expand file tree Collapse file tree 4 files changed +2
-36
lines changed Original file line number Diff line number Diff line change 5
5
< link rel ="icon " type ="image/png " href ="/logo.png " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > Open Courses | KrimsonSquad</ title >
8
- < script type ="text/javascript ">
9
- ( function ( l ) {
10
- if ( l . search [ 1 ] === '/' ) {
11
- var decoded = l . search . slice ( 1 ) . split ( '&' ) . map ( function ( s ) {
12
- return s . replace ( / ~ a n d ~ / g, '&' )
13
- } ) . join ( '?' ) ;
14
- window . history . replaceState ( null , null ,
15
- l . pathname . slice ( 0 , - 1 ) + decoded + l . hash
16
- ) ;
17
- }
18
- } ( window . location ) )
19
- </ script >
20
8
</ head >
21
9
< body >
22
10
< div id ="root "> </ div >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coursekrimson" ,
3
- "private" : true ,
3
+ "private" : false ,
4
4
"version" : " 0.0.0" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function App() {
16
16
// });
17
17
// });
18
18
return (
19
- < Router basename = '/' >
19
+ < Router >
20
20
< div className = 'App' >
21
21
< div className = "auth-wrapper" >
22
22
< div className = "auth-inner" >
You can’t perform that action at this time.
0 commit comments