Skip to content

Commit 5ed229f

Browse files
committed
Tweaks wording
1 parent b28fb1e commit 5ed229f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/webviews/apps/home/components/preview-banner.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)