Skip to content

Commit b425f26

Browse files
committed
fix beta tag positioning
1 parent 494c785 commit b425f26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sentry/static/sentry/app/components/betaTag.jsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ const BetaTag = () => (
1111
position="right"
1212
>
1313
<StyledTag priority="beta" size="small">
14-
beta
14+
{t('beta')}
1515
</StyledTag>
1616
</Tooltip>
1717
);
1818

1919
const StyledTag = styled(Tag)`
2020
position: relative;
21-
top: -1px;
2221
font-size: ${p => p.theme.fontSizeSmall};
2322
font-weight: normal;
2423
padding: 3px 6px;

0 commit comments

Comments
 (0)