Fix logo image.

This commit is contained in:
Paulo Gustavo Veiga 2024-03-25 22:29:15 -07:00
parent b821e96e13
commit 8b583bf5b2
2 changed files with 7 additions and 2 deletions

View File

@ -2,4 +2,9 @@ RENAME TABLE USER TO ACCOUNT;
RENAME TABLE LABEL TO MINDMAP_LABEL;
ALTER TABLE COLLABORATION
RENAME COLUMN colaboration_id to collaboration_id
RENAME COLUMN colaborator_id to collaborator_id;
ALTER TABLE ACCOUNT
RENAME COLUMN colaborator_id to collaborator_id;
ALTER TABLE MINDMAP_LABEL DROP COLUMN iconName;

View File

@ -9,7 +9,7 @@
style="padding: 0; padding-right: 5px; text-align:center;font-weight: normal;font-family: Arial, sans-serif">
<a href="${baseUrl}">
<img style="border: 0;margin-top: 10px;"
src="${baseUrl}/logo.svg"
src="${baseUrl}/logo-small.png"
alt="WiseMapping"/>
</a>