Skip to content

Commit 899e072

Browse files
Update static/app/components/feedback/feedbackItem/feedbackItem.tsx
Co-authored-by: Ryan Albrecht <[email protected]>
1 parent 6a478a2 commit 899e072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/feedback/feedbackItem/feedbackItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function FeedbackItem({feedbackItem, eventData, tags}: Props) {
6161
{!crashReportId || (crashReportId && url) ? (
6262
<Section icon={<IconLink size="xs" />} title={t('URL')}>
6363
<TextCopyInput
64-
style={urlIsLink ? {color: `${theme.blue400}`} : undefined}
64+
style={urlIsLink ? {color: theme.blue400} : undefined}
6565
onClick={
6666
urlIsLink
6767
? e => {

0 commit comments

Comments
 (0)