Skip to content

Commit

Permalink
Remeove "Skip" link, ref #114964.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed Feb 12, 2021
1 parent f1202da commit 33d7155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export class GettingStartedPage extends EditorPane {
const showOnStartupCheckbox = $('input.checkbox', { id: 'showOnStartup', type: 'checkbox' }) as HTMLInputElement;
categoryScrollContainer.appendChild(
$('.footer', {},
$('button.skip.button-link', { 'x-dispatch': 'skip' }, localize('gettingStarted.skip', "Skip")),
// $('button.skip.button-link', { 'x-dispatch': 'skip' }, localize('gettingStarted.skip', "Skip")),
$('p.showOnStartup', {},
showOnStartupCheckbox,
$('label.caption', { for: 'showOnStartup' }, localize('welcomePage.showOnStartup', "Show Getting Started page on startup")))
Expand Down

0 comments on commit 33d7155

Please sign in to comment.