Skip to content

Conversation

@GBG7
Copy link
Contributor

@GBG7 GBG7 commented Jan 5, 2026

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 ExpiryContainer up 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

npm error Missing script: "test" 
npm error npm error
 To see a list of scripts, run: npm error npm run npm error A complete log of this run can be found in: /home/raphael/.npm/_logs/2026-01-05T03_29_40_111Z-debug-0.log husky - pre-commit script failed (code 1)

so in package.json, I added this

"scripts": {
   ...
   "test": "echo \"No tests configured\"" }

I'm not sure why this error arises, since

"husky": {
		"hooks": {
			"pre-commit": "lint-staged"
		}
	},

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.

@netlify
Copy link

netlify bot commented Jan 5, 2026

Deploy Preview for gdscutm failed.

Name Link
🔨 Latest commit d5b6649
🔍 Latest deploy log https://app.netlify.com/projects/gdscutm/deploys/695b3830eb79fa00081f66c8

@netlify
Copy link

netlify bot commented Jan 5, 2026

Deploy Preview for gdscutm ready!

Name Link
🔨 Latest commit bed4248
🔍 Latest deploy log https://app.netlify.com/projects/gdscutm/deploys/69642f6d5e1e81000879a993
😎 Deploy Preview https://deploy-preview-528--gdscutm.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@GBG7
Copy link
Contributor Author

GBG7 commented Jan 5, 2026

it builds fine on my device...
i'll fix it tomorrow morning

Copy link
Contributor

Copilot AI left a 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.

@logonoff logonoff self-assigned this Jan 6, 2026
GBG7 and others added 6 commits January 5, 2026 22:55
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>
@GBG7 GBG7 requested a review from logonoff January 11, 2026 22:52
@sonarqubecloud
Copy link

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.

3 participants