File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
src/webviews/apps/home/components Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ export class GlPreviewBanner extends LitElement {
7474 </ button >
7575 < p slot ="content ">
7676 < strong > Switch to the new Home View!</ strong > < br />
77- We're reimagining GitLens' Home to be a more helpful daily workflow tool. We'll continue to
78- refine this view and welcome your feedback.
77+ We've reimagined GitLens' Home to be a more helpful daily workflow tool. We're continuing to
78+ refine this experience and welcome your feedback.
7979 </ p >
8080 </ gl-tooltip >
8181 ` ;
@@ -89,9 +89,11 @@ export class GlPreviewBanner extends LitElement {
8989 < gl-card >
9090 < p > < strong > Welcome to the new Home View!</ strong > </ p >
9191 < p >
92- We're reimagining GitLens' Home to be a more helpful daily workflow tool. We'll continue to refine
93- this view and welcome your
94- < a href ="https://github.com/gitkraken/vscode-gitlens/discussions/3721 "> feedback</ a > .
92+ We've reimagined GitLens' Home to be a more helpful daily workflow tool. We're continuing to refine
93+ this experience and welcome your
94+ < a href ="https://github.com/gitkraken/vscode-gitlens/discussions/3721 "
95+ > < code-icon icon ="feedback "> </ code-icon > feedback</ a
96+ > .
9597 </ p >
9698 < button-container >
9799 < gl-button appearance ="secondary " @click =${ ( ) => this . togglePreview ( true ) } full
You can’t perform that action at this time.
0 commit comments