🔥(app-impress) remove La Gauffre button
The web host of the La Gauffre app is down, La Gauffre was not rendered correctly. La Gauffre button is removed from the header of the Impress app, in waiting for the web host to be up again.
This commit is contained in:
@@ -27,10 +27,6 @@ test.describe('Header', () => {
|
|||||||
/Marianne/i,
|
/Marianne/i,
|
||||||
);
|
);
|
||||||
|
|
||||||
await expect(
|
|
||||||
header.getByText('Les applications de La Suite numérique'),
|
|
||||||
).toBeVisible();
|
|
||||||
|
|
||||||
await expect(header.getByAltText('Language Icon')).toBeVisible();
|
await expect(header.getByAltText('Language Icon')).toBeVisible();
|
||||||
|
|
||||||
await expect(header.getByText('John Doe')).toBeVisible();
|
await expect(header.getByText('John Doe')).toBeVisible();
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ import { useTranslation } from 'react-i18next';
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
import { Box, Text } from '@/components/';
|
import { Box, Text } from '@/components/';
|
||||||
import { ApplicationsMenu } from '@/features/header/ApplicationsMenu';
|
|
||||||
|
|
||||||
import { LanguagePicker } from '../language/';
|
import { LanguagePicker } from '../language/';
|
||||||
|
|
||||||
@@ -89,7 +88,6 @@ export const Header = () => {
|
|||||||
alt={t(`Profile picture`)}
|
alt={t(`Profile picture`)}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
<ApplicationsMenu />
|
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
@@ -11,12 +11,7 @@ import '@/i18n/initI18n';
|
|||||||
export default function RootLayout() {
|
export default function RootLayout() {
|
||||||
return (
|
return (
|
||||||
<Html lang="en">
|
<Html lang="en">
|
||||||
<Head>
|
<Head />
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="https://suite-numerique-gaufre.osc-fr1.scalingo.io/public/styles/gaufre-vanilla.css"
|
|
||||||
/>
|
|
||||||
</Head>
|
|
||||||
<body suppressHydrationWarning={process.env.NODE_ENV === 'development'}>
|
<body suppressHydrationWarning={process.env.NODE_ENV === 'development'}>
|
||||||
<Main />
|
<Main />
|
||||||
<NextScript />
|
<NextScript />
|
||||||
|
|||||||
Reference in New Issue
Block a user