File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
client/packages/lowcoder/src/pages/common Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -718,15 +718,17 @@ export function AppHeader() {
718
718
const headerEnd = (
719
719
< Row align = "middle" gutter = { 32 } >
720
720
< Col style = { { marginTop : "6px" } } >
721
- < GitHubButton
722
- href = "https://github.com/lowcoder-org/lowcoder"
723
- data-color-scheme = "no-preference: light; light: light; dark: dark;"
724
- data-size = "small"
725
- data-show-count = "true"
726
- aria-label = "Star lowcoder-org/lowcoder on GitHub"
727
- >
728
- Star
729
- </ GitHubButton >
721
+ { user . orgDev && (
722
+ < GitHubButton
723
+ href = "https://github.com/lowcoder-org/lowcoder"
724
+ data-color-scheme = "no-preference: light; light: light; dark: dark;"
725
+ data-size = "small"
726
+ data-show-count = "true"
727
+ aria-label = "Star lowcoder-org/lowcoder on GitHub"
728
+ >
729
+ Star
730
+ </ GitHubButton >
731
+ ) }
730
732
</ Col >
731
733
< Col >
732
734
< HeaderProfile user = { user } />
You can’t perform that action at this time.
0 commit comments