We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315cf1d commit 97e0ec9Copy full SHA for 97e0ec9
ui/src/components/ExtensionComponent/AuthedDashboard.js
@@ -86,20 +86,12 @@ const HeaderSection = ({ isDarkTheme }) => (
86
window.ddClient.host.openExternal("https://docs.layer5.io/kanvas/")
87
}
88
/>
89
- <MuiBox
90
- display="flex"
91
- justifyContent={"end"}
92
- gap={4}
93
- alignItems={"center"}
94
- m={2}
95
- >
96
- <VersionInfoSection isDarkTheme={isDarkTheme} />
97
<VideosButton
98
isDarkTheme={isDarkTheme}
99
onClick={() =>
100
window.ddClient.host.openExternal("https://docs.layer5.io/videos/")
101
102
- />
+ />
103
<UserAccountSection isDarkTheme={isDarkTheme} />
104
</MuiBox>
105
<MuiBox display="flex" justifyContent="center" mb={2}>
0 commit comments