blonk
This commit is contained in:
parent
4250792684
commit
c8b7173571
|
@ -24,6 +24,7 @@ const SocialsEntry: FunctionComponent<Params> = (params: Params) => {
|
|||
<img className="greeting-socials-image" src={params.image} />
|
||||
<a
|
||||
href={href}
|
||||
target={"_blank"}
|
||||
className={`greeting-socials-text`}
|
||||
onClick={params.redactUntilClick ? (event) => {
|
||||
if (!allowClick) event.preventDefault();
|
||||
|
|
Loading…
Reference in a new issue