Skip to content

Commit

Permalink
Adds tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Dec 19, 2024
1 parent dc38afc commit f5bf084
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/webviews/apps/home/components/preview-banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ export class GlPreviewBanner extends LitElement {
.feedback {
white-space: nowrap;
}
p {
margin-block: 0;
}
`,
];

Expand Down Expand Up @@ -99,9 +103,11 @@ export class GlPreviewBanner extends LitElement {
return html`
<gl-card>
<h4 class="title">Welcome to the GitLens Home View</h4>
Streamline your workflow—effortlessly track, manage, and collaborate on your branches and pull
requests—all in one intuitive hub.
<a class="feedback" href="https://help.gitkraken.com/gitlens/home-view/">Learn more</a>.
<p>
Streamline your workflow — effortlessly track, manage, and collaborate on your branches and pull
requests, all in one intuitive hub.
<a class="feedback" href="https://help.gitkraken.com/gitlens/home-view/">Learn more</a>
</p>
<gl-button slot="actions" appearance="toolbar" tooltip="Dismiss Welcome" @click=${() => this.onClose()}
><code-icon icon="close"></code-icon
></gl-button>
Expand Down

0 comments on commit f5bf084

Please sign in to comment.