Skip to content

Commit

Permalink
demos update
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Aug 13, 2023
1 parent 85ec28a commit ba54a9d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@
private string pageUrl = "/accordion";
private string title = "Blazor Accordion Component";
private string description = "Build vertically collapsing accordions in combination with our Collapse component.";
private string imageUrl = "https://i.imgur.com/8A0emQe.png"; // TODO: update this
private string imageUrl = "https://i.imgur.com/g4zpMXp.png";
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
private string pageUrl = "/progress";
private string title = "Blazor Progress Component";
private string description = "Documentation and examples for using Blazor Bootstrap custom progress bars featuring support for stacked bars, animated backgrounds, and text labels.";
private string imageUrl = "https://i.imgur.com/FGgEMp6.jpg"; // TODO: update this image url
private string imageUrl = "https://i.imgur.com/MK142lQ.png";
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@
private string pageUrl = "/accordion";
private string title = "Blazor Accordion Component";
private string description = "Build vertically collapsing accordions in combination with our Collapse component.";
private string imageUrl = "https://i.imgur.com/8A0emQe.png"; // TODO: update this
private string imageUrl = "https://i.imgur.com/g4zpMXp.png";
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
private string pageUrl = "/progress";
private string title = "Blazor Progress Component";
private string description = "Documentation and examples for using Blazor Bootstrap custom progress bars featuring support for stacked bars, animated backgrounds, and text labels.";
private string imageUrl = "https://i.imgur.com/FGgEMp6.jpg"; // TODO: update this image url
private string imageUrl = "https://i.imgur.com/MK142lQ.png";
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
private string pageUrl = "/progress";
private string title = "Blazor Progress Component";
private string description = "Documentation and examples for using Blazor Bootstrap custom progress bars featuring support for stacked bars, animated backgrounds, and text labels.";
private string imageUrl = "https://i.imgur.com/FGgEMp6.jpg"; // TODO: update this image url
private string imageUrl = "https://i.imgur.com/MK142lQ.png";
}

0 comments on commit ba54a9d

Please sign in to comment.