File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/webviews/apps/home/components Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,21 @@ export class GlFeatureNav extends GlElement {
154154 class="nav-list__access"
155155 > </ gl-feature-badge >
156156 </ div >
157+ < div class ="nav-list__item ">
158+ < a class ="nav-list__link " href ="command:gitlens.startWork " aria-label ="Start Work "
159+ > < code-icon class ="nav-list__icon " icon ="rocket "> </ code-icon
160+ > < gl-tooltip hoist class ="nav-list__group " content ="Start Work "
161+ > < span class ="nav-list__label "> Start Work</ span
162+ > < span class ="nav-list__desc "> New!</ span > </ gl-tooltip
163+ >
164+ </ a >
165+ < gl-feature-badge
166+ .source =${ this . badgeSource }
167+ .subscription =${ this . _state . subscription }
168+ placement="left"
169+ class="nav-list__access"
170+ > </ gl-feature-badge >
171+ </ div >
157172 < div class ="nav-list__item ">
158173 < a
159174 class ="nav-list__link ${ this . blockRepoFeatures ? ' is-disabled' : '' } "
You can’t perform that action at this time.
0 commit comments