mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 00:31:13 -05:00
Fix email signature preview
This commit is contained in:
@@ -147,13 +147,11 @@ export default function AdminEmailSettings() {
|
|||||||
<Alert>
|
<Alert>
|
||||||
<AlertDescription>
|
<AlertDescription>
|
||||||
<strong>Preview:</strong> The signature will appear as:
|
<strong>Preview:</strong> The signature will appear as:
|
||||||
<div className="mt-2 p-3 bg-muted rounded-md text-sm font-mono">
|
<div className="mt-2 p-3 bg-muted rounded-md text-sm font-mono whitespace-pre-wrap">
|
||||||
[Your reply message]
|
[Your reply message]
|
||||||
<br />
|
{'\n\n'}---
|
||||||
<br />
|
{'\n'}[Admin Display Name]
|
||||||
---
|
{signature ? `\n${signature}` : '\n[No signature set]'}
|
||||||
<br />
|
|
||||||
{signature || '[No signature set]'}
|
|
||||||
</div>
|
</div>
|
||||||
</AlertDescription>
|
</AlertDescription>
|
||||||
</Alert>
|
</Alert>
|
||||||
|
|||||||
Reference in New Issue
Block a user