Skip to content

Commit 87eb4d0

Browse files
authored
Merge pull request #3621 from amvanbaren/test-400a12b
Test 400a12b
2 parents 38ef62e + 2d9cab9 commit 87eb4d0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=v0.23.3
1+
ARG SERVER_VERSION=400a12b
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder

website/src/menu-content.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ export const DefaultMenuContent: FunctionComponent = () => {
194194
<MenuRouteLink to='/about'>
195195
About
196196
</MenuRouteLink>
197-
<Button variant='contained' color='secondary' href='/user-settings/extensions' sx={{ mx: 2.5 }}>
198-
Publish
199-
</Button>
200197
{loginProviders && (
201198
<>
202199
<Button variant='contained' color='secondary' href='/user-settings/extensions' sx={{ mx: 2.5 }}>

0 commit comments

Comments
 (0)