Skip to content

Commit

Permalink
feat(dh): add missing tooltip for api and links
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jan 8, 2024
1 parent 173df65 commit 3387d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
let first = first;
let last = last
"
[title]="link.name"
[link]="link"
[currentLink]="selectedApiLink"
class="w-80"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
let first = first;
let last = last
"
[title]="link.name"
[link]="link"
class="w-80"
[ngClass]="{
Expand Down

0 comments on commit 3387d14

Please sign in to comment.