File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import { JogoDaVelhaComponent } from './jogo-da-velha/jogo-da-velha.component';
1010const routes : Routes = [
1111 { path : '' , component : IndexComponent } ,
1212 { path : 'criptografia' , component : CriptografiaComponent } ,
13- { path : 'cifradecesar' , component : CifraDeCesarComponent } ,
14- { path : 'cifrarailfence' , component : CifraRailFenceComponent } ,
15- { path : 'ciframatematica' , component : CifraMatematicaComponent } ,
13+ { path : 'criptografia/ cifradecesar' , component : CifraDeCesarComponent } ,
14+ { path : 'criptografia/ cifrarailfence' , component : CifraRailFenceComponent } ,
15+ { path : 'criptografia/ ciframatematica' , component : CifraMatematicaComponent } ,
1616 { path : 'jogodavelha' , component : JogoDaVelhaComponent }
1717] ;
1818
Original file line number Diff line number Diff line change 1717< div class ="row justify-content-center ">
1818 < div class ="form-group text-center ">
1919 < h5 > - Técnicas Comuns de Criptografia -</ h5 >
20- < a class ="btn btn-primary btn-default-width " routerLink ="/cifradecesar "> Cifra de César</ a >
20+ < a class ="btn btn-primary btn-default-width " routerLink ="/criptografia/ cifradecesar "> Cifra de César</ a >
2121 < span class ="separar "> </ span >
22- < a class ="btn btn-primary btn-default-width " routerLink ="/cifrarailfence "> Cifra Rail Fence</ a >
22+ < a class ="btn btn-primary btn-default-width " routerLink ="/criptografia/ cifrarailfence "> Cifra Rail Fence</ a >
2323 < span class ="separar "> </ span >
24- < a class ="btn btn-primary btn-default-width " routerLink ="/ciframatematica "> Cifra Matemática</ a >
24+ < a class ="btn btn-primary btn-default-width " routerLink ="/criptografia/ ciframatematica "> Cifra Matemática</ a >
2525 </ div >
2626</ div >
You can’t perform that action at this time.
0 commit comments