Accessibilité - Lecture du Logo supprimée car double

This commit is contained in:
Your name
2025-01-16 15:21:38 +01:00
parent de8dea20d5
commit 85f7598be8
4 changed files with 9 additions and 5 deletions
@@ -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
@@ -125,7 +125,7 @@ export const Footer = () => {
`}
>
<Text
$variation="600"
$variation="700"
$size="m"
$transition="box-shadow 0.3s"
$css={`
@@ -143,7 +143,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);
`}
>
<Text $variation="600">licence etalab-2.0</Text>
<Text $variation="700">licence etalab-2.0</Text>
<IconLink width={18} />
</StyledLink>
</Text>
@@ -69,7 +69,7 @@ export const Header = () => {
$height="fit-content"
$margin={{ top: 'auto' }}
>
<Image priority src={IconDocs} alt={t('Docs Logo')} width={25} />
<Image priority src={IconDocs} alt="" width={25} />
<Title />
</Box>
</StyledLink>
+4
View File
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1