Feature: help tooltips (#5383)

This commit is contained in:
shamoon
2024-01-15 15:40:36 -08:00
committed by GitHub
parent ad07791bac
commit 58aacd4814
13 changed files with 293 additions and 170 deletions

View File

@@ -24,4 +24,10 @@ export class PageHeaderComponent {
@Input()
subTitle: string = ''
@Input()
info: string
@Input()
infoLink: string
}