Skip to content

Commit

Permalink
Fix issue and VR test (#3100)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Venturini <[email protected]>
  • Loading branch information
adi-unni and alessioventuriniAND authored Mar 26, 2024
1 parent dbe543f commit f7ced7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/status/example-status-success.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% from "components/status/_macro.njk" import onsStatus %}
{{
onsStatus({
"label": 'In progress',
"label": 'Live',
"variant": 'success'
})
}}

0 comments on commit f7ced7c

Please sign in to comment.