✨(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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user