diff --git a/src/components/OnBoarding/OnBoardingLayout.css b/src/components/OnBoarding/OnBoardingLayout.css index f10c3e3..6a1c2cc 100644 --- a/src/components/OnBoarding/OnBoardingLayout.css +++ b/src/components/OnBoarding/OnBoardingLayout.css @@ -200,7 +200,7 @@ z-index: 1; right: 6rem; - bottom: 3rem; + bottom: 16px; &:hover { animation-name: example; diff --git a/src/main.tsx b/src/main.tsx index e522116..0d335a0 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -25,6 +25,7 @@ if (import.meta.env.PROD && !import.meta.env.CI) { Sentry.feedbackIntegration({ // Additional SDK configuration goes in here, for example: colorScheme: "dark", + triggerLabel: "", }), ], // Tracing