🔥(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:
Anthony LC
2024-04-16 14:46:15 +02:00
committed by Anthony LC
parent 45bf99178b
commit 7fb8a62e63
3 changed files with 1 additions and 12 deletions

View File

@@ -27,10 +27,6 @@ test.describe('Header', () => {
/Marianne/i,
);
await expect(
header.getByText('Les applications de La Suite numérique'),
).toBeVisible();
await expect(header.getByAltText('Language Icon')).toBeVisible();
await expect(header.getByText('John Doe')).toBeVisible();

View File

@@ -4,7 +4,6 @@ import { useTranslation } from 'react-i18next';
import styled from 'styled-components';
import { Box, Text } from '@/components/';
import { ApplicationsMenu } from '@/features/header/ApplicationsMenu';
import { LanguagePicker } from '../language/';
@@ -89,7 +88,6 @@ export const Header = () => {
alt={t(`Profile picture`)}
/>
</Box>
<ApplicationsMenu />
</Box>
</Box>
</Box>

View File

@@ -11,12 +11,7 @@ import '@/i18n/initI18n';
export default function RootLayout() {
return (
<Html lang="en">
<Head>
<link
rel="stylesheet"
href="https://suite-numerique-gaufre.osc-fr1.scalingo.io/public/styles/gaufre-vanilla.css"
/>
</Head>
<Head />
<body suppressHydrationWarning={process.env.NODE_ENV === 'development'}>
<Main />
<NextScript />