fix: envelope template recipient placeholders

This commit is contained in:
David Nguyen
2025-11-18 13:08:44 +11:00
parent 6aa56fe7e0
commit d121392f74
2 changed files with 28 additions and 6 deletions

View File

@ -44,7 +44,7 @@ export default function EnvelopeEditorHeader() {
<nav className="bg-background border-border w-full border-b px-4 py-3 md:px-6">
<div className="flex items-center justify-between">
<div className="flex items-center space-x-4">
<Link to="/">
<Link to={relativePath.basePath}>
<BrandingLogo className="h-6 w-auto" />
</Link>
<Separator orientation="vertical" className="h-6" />