Skip to content

Revert "add mobile specific text resizing (fixes #1) "#4

Merged
RyanS4 merged 1 commit into
mainfrom
revert-2-1-homepage-header-size-fix
Jun 29, 2026
Merged

Revert "add mobile specific text resizing (fixes #1) "#4
RyanS4 merged 1 commit into
mainfrom
revert-2-1-homepage-header-size-fix

Conversation

@RyanS4

@RyanS4 RyanS4 commented Jun 29, 2026

Copy link
Copy Markdown
Owner

Reverts #2

Copilot AI review requested due to automatic review settings June 29, 2026 09:03
@RyanS4 RyanS4 merged commit 9be4ce9 into main Jun 29, 2026
3 checks passed
@RyanS4 RyanS4 deleted the revert-2-1-homepage-header-size-fix branch June 29, 2026 09:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts the previously introduced mobile-specific text resizing behavior by removing react-responsive-based conditional rendering, returning the UI to a single rendering path. In addition, it introduces repo-root npm workspace/lockfile artifacts that may be unrelated to the stated “revert” scope.

Changes:

  • Removed react-responsive dependency and all useMediaQuery-driven mobile-only rendering branches in the Home page and NavBar.
  • Updated green-day-website lockfile to reflect dependency removal.
  • Added repo-root package.json + package-lock.json defining an npm workspace that includes green-day-website.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
package.json Adds a repo-root npm workspace definition.
package-lock.json Adds a repo-root lockfile for the new workspace.
green-day-website/src/Pages/Home.jsx Removes mobile-specific branch and related dependency usage.
green-day-website/src/components/NavBar.jsx Removes mobile-specific branch and related dependency usage.
green-day-website/package.json Drops react-responsive dependency.
green-day-website/package-lock.json Removes react-responsive (and transitive deps) from lockfile.
Files not reviewed (1)
  • green-day-website/package-lock.json: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines +1 to +5
{
"name": "greendayllc-workspace",
"private": true,
"workspaces": [
"green-day-website"
Comment on lines 1 to 6
import { Typography, Box } from '@mui/material';
import NavBar from '../components/NavBar';
import PageHeader from '../components/PageHeader';
import InfoBlock from '../components/InfoBlock';
import { React } from 'react';
import home from '../assets/home.jpg';
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