fix: repair broken function names from branding sed replacement

The mass sed replacement of 'Papermark' → 'Hanzo Dataroom' broke
function names that contained 'Papermark' as part of a camelCase
identifier (e.g. PapermarkSparkle → Hanzo DataroomSparkle).
This commit is contained in:
Hanzo Dev
2026-03-01 19:20:32 -08:00
parent 126976b33f
commit 513f0c4781
2 changed files with 2 additions and 2 deletions
@@ -32,7 +32,7 @@ interface PapermarkYearInReviewEmailProps {
unsubscribeUrl: string;
}
export default function Hanzo DataroomYearInReviewEmail({
export default function DataroomYearInReviewEmail({
year = 2024,
minutesSpentOnDocs = 1234,
uploadedDocuments = 25,
@@ -1,4 +1,4 @@
export default function Hanzo DataroomSparkle({
export default function PapermarkSparkle({
className,
}: {
className?: string;