Skip to content

Commit

Permalink
Fix typo in showcase explorer UI (#2539)
Browse files Browse the repository at this point in the history
* Fix typo in showcase explorer UI

* add changeset
  • Loading branch information
gayathrir11 authored Aug 22, 2023
1 parent feea123 commit 9f31047
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/friendly-cameras-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
'@finos/legend-application-studio': patch
---
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const ShowcaseManagerExplorer = observer(
<HomeIcon />
</div>
<div className="showcase-manager__view__breadcrumb__text">
Showcaces
Showcases
</div>
</div>
<div className="showcase-manager__view__breadcrumb__arrow">
Expand Down Expand Up @@ -371,7 +371,7 @@ const ShowcaseManagerSearchPanel = observer(
<HomeIcon />
</div>
<div className="showcase-manager__view__breadcrumb__text">
Showcaces
Showcases
</div>
</div>
<div className="showcase-manager__view__breadcrumb__arrow">
Expand Down Expand Up @@ -554,7 +554,7 @@ const ShowcaseViewer = observer(
<HomeIcon />
</div>
<div className="showcase-manager__view__breadcrumb__text">
Showcaces
Showcases
</div>
</div>
<div className="showcase-manager__view__breadcrumb__arrow">
Expand Down

0 comments on commit 9f31047

Please sign in to comment.