Skip to content

Commit 7c546b0

Browse files
authored
Merge pull request #593 from youda97/header-link
fix(header): href default value
2 parents 1a454e1 + cc2eae0 commit 7c546b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-shell/header/header-item.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ import { Component, Input } from "@angular/core";
1111
`
1212
})
1313
export class HeaderItem {
14-
@Input() href = "#";
14+
@Input() href = "javascript:void(0)";
1515
}

0 commit comments

Comments
 (0)