Skip to content

DN-6: Replace stale Thinkster footer attribution with Conduit copyright and repo link - #301

Open
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1789046560-dn6-footer-attribution
Open

devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1789046560-dn6-footer-attribution

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

Resolves DN-6.

The site footer still carried the upstream RealWorld template text ("An interactive learning project from Thinkster. Code & design licensed under MIT."). frontend/components/common/Footer.tsx now renders:

© <year> <APP_NAME> · Spring Boot 2.6.3 / Java 11 monolith · GitHub
  • Year is computed at render time via new Date().getFullYear().
  • App name comes from APP_NAME in frontend/lib/utils/constant.ts (currently conduit, lowercase, matching the logo) rather than a hard-coded string.
  • The GitHub link points at this repo and opens in a new tab (target="_blank" rel="noopener noreferrer").
  • The conduit logo link and the .attribution markup/styling are unchanged; only the text inside the span differs.

Only Footer.tsx changes.

Verification

  • cd frontend && npm run build succeeds; npx tsc --noEmit reports no errors. (Note: on Node 22 the existing Next 9 / webpack 4 toolchain needs NODE_OPTIONS=--openssl-legacy-provider to run at all — pre-existing, unrelated to this change.)
  • Rendered against the running backend (./gradlew bootRun) + npm run dev, checked on / and /article/testing-spring-boot-applications.

Before

Home (/):
before home

Article (/article/testing-spring-boot-applications):
before article

After

Home (/):
after home

Article (/article/testing-spring-boot-applications):
after article

Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/12e931f5ac6b4d44a9b1f67ab752821f
Open in Devin Desktop: https://partner-workshops.devinenterprise.com/desktop/session/12e931f5ac6b4d44a9b1f67ab752821f?variant=devin

@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

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.

0 participants