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) {
|
if (shouldDisplay) {
|
||||||
return (
|
return (
|
||||||
<div class="center-wrapper">
|
<div class="center-wrapper">
|
||||||
<button
|
<button
|
||||||
class={classNames(displayClass, "reply-by-email-button")}
|
class={classNames(displayClass, "reply-by-email-button")}
|
||||||
data-username={encodedPart1}
|
data-username={encodedPart1}
|
||||||
data-domain={encodedPart2}
|
data-domain={encodedPart2}
|
||||||
data-title={encodeURIComponent(title)}
|
data-title={encodeURIComponent(title)}
|
||||||
>
|
>
|
||||||
{label}
|
{label}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user