change logo and real estate type selection color
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
<% for(const realEstateType of realEstateTypes) { %>
|
||||
|
||||
<a href="#" class="waves-effect collection-item"
|
||||
id="<%= realEstateType.id %>"
|
||||
onclick="saveAndSubmit(this.id)"
|
||||
style="color: #02adba"
|
||||
id="<%= realEstateType.id %>"
|
||||
onclick="saveAndSubmit(this.id)"
|
||||
>
|
||||
<%= realEstateType.title %>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user