Skip to content

Commit

Permalink
Fix logo image.
Browse files Browse the repository at this point in the history
  • Loading branch information
veigap committed Mar 26, 2024
1 parent b821e96 commit 8b583bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion config/database/migration/5.0->6.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion wise-api/src/main/resources/mail/baseLayout.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8b583bf

Please sign in to comment.