We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08da8bd commit 4728ddbCopy full SHA for 4728ddb
static/app/views/onboarding/welcome.tsx
@@ -78,14 +78,7 @@ class OnboardingWelcome extends Component<Props> {
78
<PositionedFallingError>{fallingError}</PositionedFallingError>
79
</CTAContainer>
80
<SecondaryAction {...fadeAway}>
81
- {tct('[flavorText][br][exitLink:Skip onboarding].', {
82
- br: <br />,
83
- exitLink: <Button priority="link" href="/" />,
84
- flavorText:
85
- fallCount > 0
86
- ? easterEggText[fallCount - 1]
87
- : t("Really, this again? I've used Sentry before."),
88
- })}
+ {fallCount > 0 ? easterEggText[fallCount - 1] : <br />}
89
</SecondaryAction>
90
</Wrapper>
91
)}
0 commit comments