Small follow-up to the CADAM rebrand (#202, #206) on the auth pages.
Changes
Sign-up (/signup) — removes the "Create Account" heading so the CADAM wordmark stands alone as the page header.
Sign-in — swaps the remaining adam-logo-full.svg for the CADAM wordmark (cadam-logo.svg). This swap was made in #202 but dropped in its squash-merge, so the live sign-in page was still showing the Adam logo. Now matches sign-up.
Aligns auth pages with the CADAM rebrand. Removes the "Create Account" heading on /signup and swaps the sign-in logo to cadam-logo.svg with "CADAM Logo" alt text, replacing the last Adam logo.
Written for commit 46aae2215c74e04722d51d2492a64be54521094c. Summary will update on new commits.
Summary
Small follow-up to the CADAM rebrand (#202, #206) on the auth pages.
Changes
/signup) — removes the "Create Account" heading so the CADAM wordmark stands alone as the page header.adam-logo-full.svgfor the CADAM wordmark (cadam-logo.svg). This swap was made in #202 but dropped in its squash-merge, so the live sign-in page was still showing the Adam logo. Now matches sign-up.Files
src/views/SignUpView.tsx— drop the headingsrc/views/SignInView.tsx— CADAM wordmarkChecks
tsc -b --noEmitpasses; pre-commiteslint+prettierclean.🤖 Generated with Claude Code
Summary by cubic
Aligns auth pages with the CADAM rebrand. Removes the "Create Account" heading on
/signupand swaps the sign-in logo tocadam-logo.svgwith "CADAM Logo" alt text, replacing the last Adam logo.Written for commit 46aae2215c74e04722d51d2492a64be54521094c. Summary will update on new commits.