Skip to content

Commit 5a3b093

Browse files
authored
Update banner and cookie for deleting extensions message (#6810)
Updated the banner message announcing the ability for a publisher to delete extensions and changed the cookie key.
1 parent 50f7767 commit 5a3b093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/page-settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default function createPageSettings(theme: Theme, prefersDarkMode: boolea
133133
<InfoIcon fontSize='large' />
134134
</Box>
135135
<Typography variant='body1'>
136-
The Open VSX Publisher Agreement has been updated. You can find details of these changes <Link color='secondary' underline='hover' href="https://drive.google.com/file/d/19od4oK5KmamI1e9yunZ1FG-nkkX3doOx/view?usp=sharing">here</Link> and the full Open VSX Publisher Agreement Version 1.1 is <Link color='secondary' underline='hover' href="https://www.eclipse.org/legal/documents/eclipse-openvsx-publisher-agreement.pdf">here</Link>.
136+
Publishers can now delete their extensions, no GitHub issue required! See <Link color='secondary' underline='hover' href="https://github.com/EclipseFdn/open-vsx.org/wiki/Managing-Extensions#deleting-an-extension">Deleting an Extension in our wiki.
137137
</Typography>
138138
</Box>;
139139

@@ -203,7 +203,7 @@ export default function createPageSettings(theme: Theme, prefersDarkMode: boolea
203203
color: 'info'
204204
},
205205
cookie: {
206-
key: 'Publisher-Agreement-1.1',
206+
key: 'Deleting-Extensions',
207207
value: 'closed',
208208
path: '/'
209209
}

0 commit comments

Comments
 (0)