Skip to content

Conversation

@hexawulf
Copy link
Owner

The AboutModal component was rendering a close button within its DialogHeader, while the DialogContent component (from ui/dialog) already provides a close button. This resulted in two overlapping close buttons.

This commit removes the redundant close button from AboutModal.tsx, leaving the one provided by DialogContent, which is correctly positioned and functional.

The AboutModal component was rendering a close button within its
DialogHeader, while the DialogContent component (from ui/dialog)
already provides a close button. This resulted in two overlapping
close buttons.

This commit removes the redundant close button from AboutModal.tsx,
leaving the one provided by DialogContent, which is correctly
positioned and functional.
@hexawulf hexawulf merged commit 4ad3739 into main May 26, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants