feat(auth): drop "Create Account" heading; CADAM wordmark on sign-in #207

PR
PR description

Summary

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.

Files

  • src/views/SignUpView.tsx — drop the heading
  • src/views/SignInView.tsx — CADAM wordmark

Checks

  • tsc -b --noEmit passes; pre-commit eslint + prettier clean.

🤖 Generated with Claude Code


Summary by cubic

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.

Review in cubic

CUT
cutter bot commented just now

🎬 Cutter preview — PR #207

sign-up wordmark header
sign-up wordmark header — Sign-in card leads with the cadam wordmark in place of a text heading.
sign-in wordmark
sign-in wordmark — Sign-in card now leads with the cadam wordmark instead of a heading.