File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
packages/notifications-library/src/notifications_library/templates Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 5252 }
5353 .github-logo {
5454 height : 20px ;
55- vertical-align : middle ;
55+ vertical-align : bottom ;
5656 }
5757</ style >
5858</ head >
5959< body >
6060 < div class ="email-container ">
6161 < div class ="header ">
62- < a href ="__product.homepage " target ="_blank " rel ="noopener noreferrer ">
63- < img
64- src ="https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master/services/static-webserver/client/source/resource/osparc/osparc-black.svg "
65- alt ="Logo "
66- class ="logo "
67- >
62+ < a href ="{{ product.homepage }} " target ="_blank " rel ="noopener noreferrer ">
63+ < img src ="{{ logo_src }} " alt ="Logo " class ="logo ">
6864 </ a >
6965 </ div >
7066
7571
7672 < div class ="footer ">
7773 < p >
78- Visit the < a href ="__product .homepage " target ="_blank " rel ="noopener noreferrer "> Platform</ a > |
79- Need help? < a href ="__product.support_link " target =" _blank " rel =" noopener noreferrer "> Support</ a > |
74+ Visit the < a href ="{{ product .homepage }} " target ="_blank " rel ="noopener noreferrer "> Platform</ a > |
75+ Need help? < a href ="mailto:{{ product.support_email }} "> Support</ a > |
8076 Powered by oSPARC
8177 < a href ="https://github.com/ITISFoundation/osparc-simcore " target ="_blank " rel ="noopener noreferrer ">
8278 < img
You can’t perform that action at this time.
0 commit comments