Skip to content

Commit 7c1a824

Browse files
committed
fix branding
1 parent d82984b commit 7c1a824

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/feedback/src/widget/Dialog.css.ts

+4
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ export function createDialogStyles(d: Document): HTMLStyleElement {
6565
margin-bottom: 16px;
6666
}
6767
68+
.brand-link {
69+
display: inline-flex;
70+
}
71+
6872
.error {
6973
color: var(--error);
7074
margin-bottom: 16px;

packages/feedback/src/widget/Dialog.ts

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export function Dialog({
134134
createElement(
135135
'a',
136136
{
137+
className: 'brand-link',
137138
target: '_blank',
138139
href: 'https://sentry.io/welcome/',
139140
title: 'Powered by Sentry',

0 commit comments

Comments
 (0)