About page image too small - text unreadable (about-image.webp) #174
Labels
No Label
P0 Critical
P1 High
P2 Medium
P3 Low
accessibility
backend
bug
content
data-integrity
enhancement
frontend
infra
integration
owner
owner-input
performance
performance
phase-7
phase-8
security
seo
ui
ux
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Queue-North-Website#174
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
The
about-image.webpon the About page is rendered too small to read any text in the image. The source image is 1536x1024 but constrained bymax-h-96(384px), which shrinks it enough that text content becomes illegible.This is the compass/directions image referenced in #162 as well.
Location
src/pages/About.jsxline ~51:Fix Options
max-h-96and let the image render at full width/height so text is readablemax-h-[600px]ormax-h-[700px])Note: This also ties into #162 item 4 (compass picture too small to read).
Duplicate — addressed in v0.7.3 UI fixes.