This commit is contained in:
Peter Maquiran
2021-08-10 13:22:33 +01:00
parent a6218e39c7
commit 05e3e1a95c
16 changed files with 376 additions and 106 deletions
+3 -3
View File
@@ -59,12 +59,12 @@ export class HeaderPage implements OnInit {
if(window.location.pathname == '/home/agenda') {
if(window.location.pathname.startsWith('/home/agenda')) {
type = "Agenda"
} else if (window.location.pathname =='/home/gabinete-digital') {
} else if (window.location.pathname.startsWith('/home/gabinete-digital')) {
type = "AccoesPresidenciais & ArquivoDespachoElect"
} else if (window.location.pathname == '/home/publications') {
} else if (window.location.pathname.startsWith('/home/publications')) {
type = "AccoesPresidenciais"
}