Skip to content

Commit f1a46a7

Browse files
authored
Merge pull request #4626 from getsentry/feature/fix-appletv-icon-classname
Fix classname of appletv icon
2 parents ad91cb2 + f94b4d6 commit f1a46a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/static/sentry/less/group-detail.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@
956956
}
957957
}
958958

959-
&.tv .context-item-icon {
959+
&.appletv .context-item-icon {
960960
background-image: url(../images/icons/context/apple-tv.svg);
961961
}
962962

0 commit comments

Comments
 (0)