chore: change 15 falls to 212 battery#1218
Conversation
Greptile SummaryUpdates the physical mailing address in both the HTML and plain-text email layout footers from "15 Falls Road, Shelburne, VT 05482" to "212 Battery Street, Burlington, VT 05401". The change is consistent across both templates and requires no tests. Confidence Score: 5/5This PR is safe to merge — it is a one-line address update in two email layout templates with no logic changes. The change is purely cosmetic (a physical address string in a footer), touches no logic, routing, or data, and is consistently applied across both the HTML and plain-text mailer templates. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Mailer sends email] --> B[mailer.html.erb layout]
A --> C[mailer.text.erb layout]
B --> D["Footer: 212 Battery Street,\nBurlington, VT 05401"]
C --> D
Reviews (1): Last reviewed commit: "chore: update new hq address 2" | Re-trigger Greptile |
skyfallwastaken
left a comment
There was a problem hiding this comment.
thanks! will merge when other hq stuff switches over
(for whenever the address change does happen)