Skip to content

Commit 97e0ec9

Browse files
authored
Remove VersionInfoSection from AuthedDashboard
Removed VersionInfoSection from AuthedDashboard. Signed-off-by: Lee Calcote <[email protected]>
1 parent 315cf1d commit 97e0ec9

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ui/src/components/ExtensionComponent/AuthedDashboard.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,12 @@ const HeaderSection = ({ isDarkTheme }) => (
8686
window.ddClient.host.openExternal("https://docs.layer5.io/kanvas/")
8787
}
8888
/>
89-
<MuiBox
90-
display="flex"
91-
justifyContent={"end"}
92-
gap={4}
93-
alignItems={"center"}
94-
m={2}
95-
>
96-
<VersionInfoSection isDarkTheme={isDarkTheme} />
9789
<VideosButton
9890
isDarkTheme={isDarkTheme}
9991
onClick={() =>
10092
window.ddClient.host.openExternal("https://docs.layer5.io/videos/")
10193
}
102-
/>
94+
/>
10395
<UserAccountSection isDarkTheme={isDarkTheme} />
10496
</MuiBox>
10597
<MuiBox display="flex" justifyContent="center" mb={2}>

0 commit comments

Comments
 (0)