From 85f7598be875f7b731976fdd22664c17a625c7ba Mon Sep 17 00:00:00 2001 From: Your name Date: Thu, 16 Jan 2025 15:21:38 +0100 Subject: [PATCH] =?UTF-8?q?Accessibilit=C3=A9=20-=20Lecture=20du=20Logo=20?= =?UTF-8?q?supprim=C3=A9e=20car=20double?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/tests/test_api_utils_ai_document_rate_throttles.py | 2 +- src/frontend/apps/impress/src/features/footer/Footer.tsx | 6 +++--- .../apps/impress/src/features/header/components/Header.tsx | 2 +- yarn.lock | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 yarn.lock diff --git a/src/backend/core/tests/test_api_utils_ai_document_rate_throttles.py b/src/backend/core/tests/test_api_utils_ai_document_rate_throttles.py index dbb15467..79301443 100644 --- a/src/backend/core/tests/test_api_utils_ai_document_rate_throttles.py +++ b/src/backend/core/tests/test_api_utils_ai_document_rate_throttles.py @@ -55,7 +55,7 @@ def test_api_utils_ai_document_rate_throttle_minute_limit(mock_time): # After the 60s backoff wait time has passed, we can make a request again mock_time.return_value += 1 - request = api_rf.get("/documents/1/") + request = api_rf.get("//1/") response = DocumentAPIView.as_view()(request, pk=1) assert response.status_code == 200 diff --git a/src/frontend/apps/impress/src/features/footer/Footer.tsx b/src/frontend/apps/impress/src/features/footer/Footer.tsx index ff653734..cf1905dc 100644 --- a/src/frontend/apps/impress/src/features/footer/Footer.tsx +++ b/src/frontend/apps/impress/src/features/footer/Footer.tsx @@ -125,7 +125,7 @@ export const Footer = () => { `} > { as="p" $size="m" $margin={{ top: 'big' }} - $variation="600" + $variation="700" $display="inline" > {t('Unless otherwise stated, all content on this site is under')}{' '} @@ -155,7 +155,7 @@ export const Footer = () => { box-shadow: 0px 1px 0 0 var(--c--theme--colors--greyscale-text); `} > - licence etalab-2.0 + licence etalab-2.0 diff --git a/src/frontend/apps/impress/src/features/header/components/Header.tsx b/src/frontend/apps/impress/src/features/header/components/Header.tsx index de6eb6e6..034c0578 100644 --- a/src/frontend/apps/impress/src/features/header/components/Header.tsx +++ b/src/frontend/apps/impress/src/features/header/components/Header.tsx @@ -69,7 +69,7 @@ export const Header = () => { $height="fit-content" $margin={{ top: 'auto' }} > - {t('Docs + </Box> </StyledLink> diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 00000000..3ff608ae --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +