-
Notifications
You must be signed in to change notification settings - Fork 13
Update 2026: replacing 'GDSC' instances w/ 'GDG', updating the curren… #528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…t team list, modified package.json, et al.
❌ Deploy Preview for gdscutm failed.
|
✅ Deploy Preview for gdscutm ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
it builds fine on my device... |
There was a problem hiding this comment.
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 rebrands the website from GDSC (Google Developer Student Clubs) to GDG (Google Developer Groups), updates the team expiry date, modifies the Instagram URL, and adds a test script to resolve a commit hook error.
Key Changes
- Comprehensive rebranding from "GDSC" to "GDG" across the entire codebase
- Extended ExpiryContainer date from June 2025 to August 2026
- Updated Instagram URL from instagram.com/gdscutm to instagram.com/gdgutm
- Replaced SVG wordmark with new GDG branding
- Added npm test script to package.json
Reviewed changes
Copilot reviewed 14 out of 17 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/app/page.tsx | Updated branding and extended team expiry to August 2026 |
| src/app/projects/page.tsx | Changed Solution Challenge link text to GDG UTM |
| src/app/layout.tsx | Updated site metadata with GDG branding |
| src/data/faq.json | Updated all FAQ content from GDSC to GDG |
| src/data/projects.json | Updated project descriptions with new branding |
| src/data/SocialButton.tsx | Changed Instagram URL to new handle |
| src/assets/graphics/gdscwordmark.svg | Replaced with new GDG logo SVG |
| package.json | Added empty test script and updated description |
| .husky/pre-commit | Replaced pre-commit hook with test command only |
| .gitignore | Added redundant .env.local entry |
| README.md | Updated documentation with GDG branding |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: logonoff <git@logonoff.co>
Co-authored-by: logonoff <git@logonoff.co>
Co-authored-by: logonoff <git@logonoff.co>
Co-authored-by: logonoff <git@logonoff.co>
Co-authored-by: logonoff <git@logonoff.co>
|



Summary
I updated all instances of GDSC to GDG, did some basic security updates, and added the new members in the team section.
Changes
I bumped the
ExpiryContainerup by 1 yr and 2 months, so it'll expire in August instead of June like before.Notes
When doing a commit, i got this error
so in package.json, I added this
I'm not sure why this error arises, since
also exists in package.json.
I just wanted to put it out there, just in case this is the incorrect way to go about this problem.
Also, I went with Google sans for the font of
gdscwordmark.svg(the header we're greeted with when first opening the site).I tried making it as close as possible as before, but it still is a little off. If anyone dislikes the change, lmk the exact font, size, font weights and ill update it.