mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-04 19:34:30 +08:00
Fix logo image.
This commit is contained in:
parent
b821e96e13
commit
8b583bf5b2
@ -2,4 +2,9 @@ RENAME TABLE USER TO ACCOUNT;
|
|||||||
RENAME TABLE LABEL TO MINDMAP_LABEL;
|
RENAME TABLE LABEL TO MINDMAP_LABEL;
|
||||||
|
|
||||||
ALTER TABLE COLLABORATION
|
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;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
style="padding: 0; padding-right: 5px; text-align:center;font-weight: normal;font-family: Arial, sans-serif">
|
style="padding: 0; padding-right: 5px; text-align:center;font-weight: normal;font-family: Arial, sans-serif">
|
||||||
<a href="${baseUrl}">
|
<a href="${baseUrl}">
|
||||||
<img style="border: 0;margin-top: 10px;"
|
<img style="border: 0;margin-top: 10px;"
|
||||||
src="${baseUrl}/logo.svg"
|
src="${baseUrl}/logo-small.png"
|
||||||
alt="WiseMapping"/>
|
alt="WiseMapping"/>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user