@@ -105,7 +105,7 @@ <h1 class="alert__title">No repository detected</h1>
105
105
To use GitLens, open a folder containing a git repository or clone from a URL from the Explorer.
106
106
</ p >
107
107
< p class ="centered ">
108
- < gl-button class ="is-basic " data-action ="command:workbench.view.explorer "
108
+ < gl-button class ="is-basic " href ="command:workbench.view.explorer "
109
109
> Open a Folder or Repository</ gl-button
110
110
>
111
111
</ p >
@@ -125,7 +125,7 @@ <h1 class="alert__title">Unsafe repository</h1>
125
125
not being owned by the current user.
126
126
</ p >
127
127
< p class ="centered ">
128
- < gl-button class ="is-basic " data-action ="command:workbench.view.scm "
128
+ < gl-button class ="is-basic " href ="command:workbench.view.scm "
129
129
> Manage in Source Control</ gl-button
130
130
>
131
131
</ p >
@@ -136,7 +136,7 @@ <h1 class="alert__title">Untrusted workspace</h1>
136
136
< div class ="alert__description ">
137
137
< p > Unable to open repositories in Restricted Mode.</ p >
138
138
< p class ="centered ">
139
- < gl-button class ="is-basic " data-action ="command:workbench.trust.manage "
139
+ < gl-button class ="is-basic " href ="command:workbench.trust.manage "
140
140
> Manage Workspace Trust</ gl-button
141
141
>
142
142
</ p >
@@ -172,7 +172,7 @@ <h1 class="alert__title">Get Started with GitLens</h1>
172
172
< p > Explore all of the powerful features in GitLens</ p >
173
173
< p class ="button-container ">
174
174
< span class ="button-group button-group--single ">
175
- < gl-button appearance ="secondary " full data-action ="command:gitlens.getStarted?%22home%22 "
175
+ < gl-button appearance ="secondary " full href ="command:gitlens.getStarted?%22home%22 "
176
176
> < code-icon icon ="info " slot ="prefix "> </ code-icon > Open Walkthrough</ gl-button
177
177
>
178
178
< gl-tooltip hoist >
0 commit comments