Fix: design improvement for release page (#4277)

* Update Release.tsx

* Update StyledTitle.tsx

Changed Release color font to primary (#141414)

* Update StyledTitle.tsx

Spacing around the title for  mobile , header font change for tablet

* Update Release.tsx

changed the date font -weight
removed the redundant paragraph color
added media design changes of spacing1, spacing2, paragrap gap

* Update StyledTitle.tsx

subhead releases font color

* Update Release.tsx

media alignment, release font change,

* Update Release.tsx

* Quick fix

* Unrelated change (sentry)

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
selango1
2024-03-07 11:26:39 -05:00
committed by GitHub
parent 4a7a629824
commit 024156cd52
3 changed files with 15 additions and 5 deletions

View File

@ -22,8 +22,8 @@ export class ExceptionHandlerSentryDriver
new Sentry.Integrations.Postgres(),
new ProfilingIntegration(),
],
tracesSampleRate: 1,
profilesSampleRate: 0.05,
tracesSampleRate: 0.1,
profilesSampleRate: 0.3,
environment: options.debug ? 'development' : 'production',
debug: options.debug,
});