mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
Add instagram signature link - fix
This commit is contained in:
parent
b40b82a3ce
commit
3071e76c4a
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ function GenericInfoBlock(props, prefixStyle: any = PrefixStyles.None) {
|
|||
)}
|
||||
{props.instagramURL && (
|
||||
<a
|
||||
href={`${props.instagramURL}`}
|
||||
href={props.instagramURL}
|
||||
title="Instagram"
|
||||
style={{ marginRight: 8, color: props.tintColor }}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue