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 a7b4d14 commit bc5c0a1Copy full SHA for bc5c0a1
web-server/pages/integrations.tsx
@@ -141,14 +141,7 @@ const Content = () => {
141
return (
142
<FlexBox col gap2>
143
<FlexBox justifyBetween height={'52px'} alignCenter>
144
- <Line
145
- white
146
- fontSize={'24px'}
147
- sx={{
148
- opacity: showDoraCTA || showCreationCTA ? 0.4 : 1,
149
- transition: 'all 0.2s ease'
150
- }}
151
- >
+ <Line white fontSize={'24px'}>
152
Integrate your Code Providers to fetch DORA for your team
153
</Line>
154
{showDoraCTA && (
0 commit comments