mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
✨(frontend) reduce no access image size from 450 to 300
image now matches mockups (300x300px) Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
parent
51c5c4ee63
commit
529e7f1737
4 changed files with 7 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ and this project adheres to
|
|||
- 🔒(frontend) prevent readers from changing callout emoji #1449
|
||||
- 🐛(frontend) fix overlapping placeholders in multi-column layout #1455
|
||||
- 🐛(backend) filter invitation with case insensitive email
|
||||
- 🐛(frontend) reduce no access image size from 450 to 300 #1463
|
||||
|
||||
## [3.7.0] - 2025-09-12
|
||||
|
||||
|
|
|
|||
|
|
@ -59,6 +59,8 @@ export const DocPage403 = ({ id }: DocProps) => {
|
|||
className="c__image-system-filter"
|
||||
src={img403}
|
||||
alt={t('Image 403')}
|
||||
width={300}
|
||||
height={300}
|
||||
style={{
|
||||
maxWidth: '100%',
|
||||
height: 'auto',
|
||||
|
|
|
|||
|
|
@ -46,6 +46,8 @@ const Page: NextPageWithLayout = () => {
|
|||
className="c__image-system-filter"
|
||||
src={img401}
|
||||
alt=""
|
||||
width={300}
|
||||
height={300}
|
||||
style={{
|
||||
maxWidth: '100%',
|
||||
height: 'auto',
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@ const Page: NextPageWithLayout = () => {
|
|||
className="c__image-system-filter"
|
||||
src={img403}
|
||||
alt=""
|
||||
width={300}
|
||||
height={300}
|
||||
style={{
|
||||
maxWidth: '100%',
|
||||
height: 'auto',
|
||||
|
|
|
|||
Loading…
Reference in a new issue