mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 03:14:06 -06:00
feat:ReplyByEmail button
fix formatting
This commit is contained in:
parent
e5049e89c6
commit
d94a68edb2
@ -47,14 +47,14 @@ const ReplyByEmail: QuartzComponent = ({
|
||||
if (shouldDisplay) {
|
||||
return (
|
||||
<div class="center-wrapper">
|
||||
<button
|
||||
class={classNames(displayClass, "reply-by-email-button")}
|
||||
data-username={encodedPart1}
|
||||
data-domain={encodedPart2}
|
||||
data-title={encodeURIComponent(title)}
|
||||
>
|
||||
{label}
|
||||
</button>
|
||||
<button
|
||||
class={classNames(displayClass, "reply-by-email-button")}
|
||||
data-username={encodedPart1}
|
||||
data-domain={encodedPart2}
|
||||
data-title={encodeURIComponent(title)}
|
||||
>
|
||||
{label}
|
||||
</button>
|
||||
</div>
|
||||
)
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user