Skip to content

Commit bd3f67a

Browse files
committed
fix: update text for clarity in AuthedDashboard and ExtensionComponent
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
1 parent 8ae36fe commit bd3f67a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/components/ExtensionComponent/AuthedDashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const HeaderSection = ({ isDarkTheme }) => (
7979
CustomColor={isDarkTheme ? "white" : "#3C494F"}
8080
/>
8181
<Typography>
82-
Design and operate your cloud native deployments with Kanvas.
82+
Design and operate your cloud and cloud native infrastructure.
8383
</Typography>
8484
</MuiBox>
8585
</MuiBox>

ui/src/components/ExtensionComponent/ExtensionComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ const ExtensionsComponent = () => {
411411
/>
412412

413413
<Typography sx={{ margin: "auto", paddingTop: "-1rem" }}>
414-
Design and operate your cloud native deployments with Kanvas.
414+
Design and operate your cloud and cloud native infrastructure.
415415
</Typography>
416416
</div>
417417
</div>

0 commit comments

Comments
 (0)