Skip to content

Commit

Permalink
added template for HelpHoverable
Browse files Browse the repository at this point in the history
Signed-off-by: Fenn-CS <[email protected]>
  • Loading branch information
nfebe committed Jan 11, 2021
1 parent b2f9df2 commit e6e840b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
19 changes: 17 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"postcss-load-config": "^3.0.0",
"sirv-cli": "1.0.10",
"svelte-preprocess": "^4.6.1",
"sveltejs-tippy": "^3.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.1"
}
}
2 changes: 1 addition & 1 deletion src/pages/MetricDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
Send In Pings
<HelpHoverable
props={{ content: help.send_in_pings.text, allowHTML: true }}
link={ help.send_in_pings.link}>
link={help.send_in_pings.link}>
<InfoIcon />
</HelpHoverable>
</td>
Expand Down

0 comments on commit e6e840b

Please sign in to comment.