fix(fe): Re-add reverted email changes (#4148)
* Re-add reverted changes * Cache busing querystring
This commit is contained in:
committed by
GitHub
parent
cfef333a0c
commit
7aebe0fe10
@@ -28,6 +28,58 @@
|
||||
<a href="https://speckle.community/" target="_blank">Community forum</a>
|
||||
<br />
|
||||
<br />
|
||||
<span style="display: block; margin-bottom: 5px">Follow us</span>
|
||||
<a
|
||||
href="https://www.linkedin.com/company/specklesystems/"
|
||||
target="_blank"
|
||||
style="display: inline-block; vertical-align: middle"
|
||||
>
|
||||
<img
|
||||
src="<%- params.serverInfo.canonicalUrl -%>/static/social/linkedin.svg"
|
||||
width="16"
|
||||
height="16"
|
||||
alt="LinkedIn"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://x.com/SpeckleSystems"
|
||||
target="_blank"
|
||||
style="display: inline-block; vertical-align: middle"
|
||||
>
|
||||
<img
|
||||
src="<%- params.serverInfo.canonicalUrl -%>/static/social/x.svg"
|
||||
width="16"
|
||||
height="16"
|
||||
alt="X"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.instagram.com/specklesystems/"
|
||||
target="_blank"
|
||||
style="display: inline-block; vertical-align: middle"
|
||||
>
|
||||
<img
|
||||
src="<%- params.serverInfo.canonicalUrl -%>/static/social/instagram.svg"
|
||||
width="16"
|
||||
height="16"
|
||||
alt="Instagram"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.youtube.com/c/SpeckleSystems"
|
||||
target="_blank"
|
||||
style="display: inline-block; vertical-align: middle"
|
||||
>
|
||||
<img
|
||||
src="<%- params.serverInfo.canonicalUrl -%>/static/social/youtube.svg"
|
||||
width="16"
|
||||
height="16"
|
||||
alt="YouTube"
|
||||
/>
|
||||
</a>
|
||||
</mj-text>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<mj-section padding-bottom="0">
|
||||
<mj-column>
|
||||
<mj-image
|
||||
width="150px"
|
||||
src="<%- params.serverInfo.canonicalUrl -%>/static/speckle-email-logo.png"
|
||||
width="40px"
|
||||
src="<%- params.serverInfo.canonicalUrl -%>/static/speckle-email-logo?v=1.png"
|
||||
alt="Speckle"
|
||||
/>
|
||||
</mj-column>
|
||||
|
||||
Reference in New Issue
Block a user