mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 08:04:11 +08:00
Fix Learn More link in thread sharing
This commit is contained in:
parent
fd53c79b19
commit
e0c70b2da0
1 changed files with 1 additions and 3 deletions
|
@ -126,9 +126,7 @@ export default class ThreadSharingPopover extends React.Component {
|
||||||
</label>
|
</label>
|
||||||
)}
|
)}
|
||||||
<div className="meta">
|
<div className="meta">
|
||||||
<a href="https://foundry376.zendesk.com/knowledge/articles/360002360771/en-us?brand_id=114094722632">
|
<a href="https://foundry376.zendesk.com/hc/en-us/articles/360002360771">Learn More</a>
|
||||||
Learn More
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="share-input">
|
<div className="share-input">
|
||||||
|
|
Loading…
Reference in a new issue