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.
2 parents 38ef62e + 2d9cab9 commit 87eb4d0Copy full SHA for 87eb4d0
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=v0.23.3
+ARG SERVER_VERSION=400a12b
2
3
# Builder image to compile the website
4
FROM ubuntu AS builder
website/src/menu-content.tsx
@@ -194,9 +194,6 @@ export const DefaultMenuContent: FunctionComponent = () => {
194
<MenuRouteLink to='/about'>
195
About
196
</MenuRouteLink>
197
- <Button variant='contained' color='secondary' href='/user-settings/extensions' sx={{ mx: 2.5 }}>
198
- Publish
199
- </Button>
200
{loginProviders && (
201
<>
202
<Button variant='contained' color='secondary' href='/user-settings/extensions' sx={{ mx: 2.5 }}>
0 commit comments