Closed ptgolden closed 5 days ago
Name | Link |
---|---|
Latest commit | 161a149292335a9fa2fcc15b4ecf9e55a6368f88 |
Latest deploy log | https://app.netlify.com/sites/monarch-app/deploys/673f4246277cfb0008a5e227 |
Deploy Preview | https://deploy-preview-908--monarch-app.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.14%. Comparing base (
ce0851b
) to head (161a149
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Related issues
Summary
<AppNodeText>
which safely renders text containing<i>
,<sup>
, and<a>
tags, while also leaving arbitrary text \<enclosed in brackets> untouched.v-html
directive when rendering nodes, replacing it with<AppNodeText>
Checks