mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
revert "Void's" on the button
This commit is contained in:
parent
7711c74ef0
commit
970f0bdb9d
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ export class EditorGroupWatermark extends Disposable {
|
|||
|
||||
const keys3 = this.keybindingService.lookupKeybinding('workbench.action.openGlobalKeybindings');
|
||||
const button3 = append(recentsBox, $('button'));
|
||||
button3.textContent = `Void's Settings`
|
||||
button3.textContent = `Void Settings`
|
||||
button3.style.display = 'block'
|
||||
button3.style.marginLeft = 'auto'
|
||||
button3.style.marginRight = 'auto'
|
||||
|
|
|
|||
Loading…
Reference in a new issue