mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-04 03:04: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;
|
||||
|
||||
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">
|
||||
<a href="${baseUrl}">
|
||||
<img style="border: 0;margin-top: 10px;"
|
||||
src="${baseUrl}/logo.svg"
|
||||
src="${baseUrl}/logo-small.png"
|
||||
alt="WiseMapping"/>
|
||||
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user