Skip to content

Assets to public#59

Merged
Flapjacck merged 3 commits intomainfrom
public
Mar 1, 2026
Merged

Assets to public#59
Flapjacck merged 3 commits intomainfrom
public

Conversation

@Flapjacck
Copy link
Member

This pull request primarily updates how static assets (such as images and SVGs) are referenced throughout the codebase, moving from imported modules to direct path strings. It also introduces some responsive design improvements and minor CSS class adjustments for better layout and style consistency.

Asset Reference Updates:

  • Replaced all static asset imports (images and SVGs) with direct string paths in src attributes across multiple components, including HTMLBox, MeetThePros, Header, and PatternBackground. This simplifies asset management and reduces unnecessary imports. [1] [2] [3] [4] [5] [6] [7]

Responsive and Layout Improvements:

  • Updated the PatternBackground component to detect mobile screens using a useState/useEffect hook for more robust responsiveness, rather than relying directly on window.innerWidth.
  • Adjusted minimum height classes for the event details section in the Events page for better layout on different screen sizes.

CSS and Class Adjustments:

  • Changed several Tailwind CSS utility classes for improved style and compatibility, such as replacing flex-shrink-0 with shrink-0 and updating max-h-[200px] to max-h-50 for event detail items. [1] [2] [3] [4]

@vercel
Copy link

vercel bot commented Mar 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lcs-site Ready Ready Preview, Comment Mar 1, 2026 3:13am

@Flapjacck Flapjacck merged commit a0cc18e into main Mar 1, 2026
3 checks passed
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.

1 participant