Skip to content

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

Open
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1789046506-footer-attribution-dn-6
Open

devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1789046506-footer-attribution-dn-6

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

Fixes DN-6. The site footer still showed the upstream template text ("An interactive learning project from Thinkster...") on every page. Footer.tsx (the only file changed) now renders:

© {new Date().getFullYear()} {APP_NAME} · Spring Boot 2.6.3 / Java 11 monolith · <a href=REPO_URL target="_blank" rel="noopener noreferrer">GitHub</a>
  • APP_NAME is imported from lib/utils/constant.ts (value is conduit, lowercase, so the footer reads © 2026 conduit ...; matches the lowercase logo-font branding used elsewhere).
  • The conduit logo link on the left and the footer markup/classes are unchanged; no CSS touched.
  • cd frontend && npm run build passes (Node 16) with no TypeScript errors.

Screenshots

Before — home (/)

before home footer
before home full

After — home (/)

after home footer
after home full

Before — article (/article/docker-for-java-developers)

before article footer

After — article (/article/docker-for-java-developers)

after article footer
after article full

Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/53ddbaeac9f542ba9bf4221060941a4d
Open in Devin Desktop: https://partner-workshops.devinenterprise.com/desktop/session/53ddbaeac9f542ba9bf4221060941a4d?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