Skip to content

fix: make footer copyright year dynamic#1898

Merged
JhaSourav07 merged 3 commits into
JhaSourav07:mainfrom
Kokila-chandrakar:fix-dynamic-footer-year
May 30, 2026
Merged

fix: make footer copyright year dynamic#1898
JhaSourav07 merged 3 commits into
JhaSourav07:mainfrom
Kokila-chandrakar:fix-dynamic-footer-year

Conversation

@Kokila-chandrakar
Copy link
Copy Markdown
Contributor

Summary

  • Replaced hardcoded copyright year with a dynamic value
  • Uses JavaScript Date API to automatically display the current year

Changes Made

  • Updated Footer component to use:
    new Date().getFullYear()

Testing

  • Verified footer displays the current year correctly
  • No UI changes introduced

close #1881

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 30, 2026

@Kokila-chandrakar is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the needs-details This PR is missing required description details. label May 30, 2026
@github-actions
Copy link
Copy Markdown

👋 Hey @Kokila-chandrakar, it looks like you didn't use our PR template!

The section ## Description is missing from your PR description.

Please update your PR description to include all required sections so we can review this properly:

  • ## Description — What does this PR do? Which issue does it fix?
  • ## Pillar — Which contribution pillar does this fall under?
  • ## Checklist — Have you ticked off the quality checklist?

You can find the full template in CONTRIBUTING.md. Just edit your PR description and the needs-details label will be removed automatically. 🙌

@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label May 30, 2026
@github-actions
Copy link
Copy Markdown

🚨 Hey @Kokila-chandrakar, the CI Pipeline is failing on this PR and it has been marked as status:blocked.

Please fix the issues before this can be reviewed. Here's how:

1. Run checks locally before pushing:

npm run format:check   # Check Prettier formatting
npm run lint           # Run ESLint
npm run typecheck      # TypeScript type check
npm run test           # Run unit tests (Vitest)
npm run build          # Verify production build passes

2. Auto-fix common issues:

npm run format         # Auto-fix formatting with Prettier
npm run lint -- --fix  # Auto-fix lint errors where possible

3. Check the full failure log here:
👉 View CI Run

Once you push a fix and the CI passes, the status:blocked label will be removed automatically. 💪

@github-actions github-actions Bot removed the status:blocked This PR is blocked due to a failing CI check. label May 30, 2026
@JhaSourav07 JhaSourav07 merged commit be3e91c into JhaSourav07:main May 30, 2026
4 of 5 checks passed
@github-actions
Copy link
Copy Markdown

🎉 Congratulations @Kokila-chandrakar! Your PR has been successfully merged. 🚀

Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.

⚠️ Important for GSSoC Contributors:
You are strictly advised to join our Discord Server as it is mandatory for all GSSoC participants. All important announcements, point claims, and community discussions happen there.

Keep building! 💻✨

@JhaSourav07 JhaSourav07 added GSSoC 2026 level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:exceptional Outstanding contribution with exceptional implementation quality, testing. gssoc:approved PR has been reviewed and accepted for valid contribution points mentor:Aamod007 labels May 30, 2026
@github-actions github-actions Bot added this to the GSSoC 2026 milestone May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved PR has been reviewed and accepted for valid contribution points GSSoC 2026 level:beginner Small changes Usually isolated fixes or simple UI/text updates. mentor:Aamod007 needs-details This PR is missing required description details. quality:exceptional Outstanding contribution with exceptional implementation quality, testing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: footer copyright year is hardcoded instead of dynamic

2 participants