We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82984b commit 7c1a824Copy full SHA for 7c1a824
packages/feedback/src/widget/Dialog.css.ts
@@ -65,6 +65,10 @@ export function createDialogStyles(d: Document): HTMLStyleElement {
65
margin-bottom: 16px;
66
}
67
68
+.brand-link {
69
+ display: inline-flex;
70
+}
71
+
72
.error {
73
color: var(--error);
74
packages/feedback/src/widget/Dialog.ts
@@ -134,6 +134,7 @@ export function Dialog({
134
createElement(
135
'a',
136
{
137
+ className: 'brand-link',
138
target: '_blank',
139
href: 'https://sentry.io/welcome/',
140
title: 'Powered by Sentry',
0 commit comments