From 33d925e6f00d2a5ef54521c7f84e0e564365dcf6 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Sun, 10 Nov 2024 09:39:45 +0700 Subject: [PATCH] Fix sentry feedback position --- src/components/OnBoarding/OnBoardingLayout.css | 2 +- src/main.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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