Skip to content

Commit 2cfbbf4

Browse files
committed
update progress
1 parent ae7e4af commit 2cfbbf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/wrappers/components/data-vis/LineChartWrapper.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* ? Tested - The component's use within products or prototyping (i.e. in a real-use example, using real props) has been tested and approved.
2727
*/
2828
let statusObject = {
29-
progress: "To be developed",
29+
progress: "In progress",
3030
statusRows: [
3131
{
3232
obj: { Accessible: false, Responsive: false, "Prog. enhanced": false },

src/wrappers/components/data-vis/line-chart/LineWrapper.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* ? Tested - The component's use within products or prototyping (i.e. in a real-use example, using real props) has been tested and approved.
2727
*/
2828
let statusObject = {
29-
progress: "To be developed",
29+
progress: "In progress",
3030
statusRows: [
3131
{
3232
obj: { Accessible: false, Responsive: false, "Prog. enhanced": false },

src/wrappers/components/data-vis/line-chart/LinesWrapper.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
* ? Tested - The component's use within products or prototyping (i.e. in a real-use example, using real props) has been tested and approved.
9191
*/
9292
let statusObject = {
93-
progress: "To be developed",
93+
progress: "In Progress",
9494
statusRows: [
9595
{
9696
obj: { Accessible: false, Responsive: false, "Prog. enhanced": false },

0 commit comments

Comments
 (0)