ucsb-cs156-f24 / proj-happycows-f24-11

1 stars 0 forks source link

MINOR UX FIX: Inconsistent capitalization on Modal #9

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 2 weeks ago

When buying and selling cows, there's a modal that pops up:

image image

The case is inconsistent. Cancel is capitalized (Title Case) but buy is lowercase.

Make them both title case.