Skip to content

Commit 780f4cd

Browse files
DEV-17398 Add and use correct marketplace icon (matomo-org#21525)
* Add marketplace icon and update matomo icon font * Use newly added marketplace icon for the nav bar button * Update UI test screenshots after replacing an icon * updates expected UI test files --------- Co-authored-by: Stefan Giehl <[email protected]>
1 parent 7055925 commit 780f4cd

31 files changed

Lines changed: 72 additions & 57 deletions

LEGALNOTICE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ THIRD-PARTY CONTENT
298298
Link: https://pictogrammers.com/
299299
License: Apache License Version 2.0
300300

301+
Name: Feather icons ("icon-marketplace") in plugins/Morpheus/fonts
302+
Link: https://feathericons.com/
303+
License: MIT (Expat)
304+
301305
Notes:
302306
- the "New BSD" license refers to either the "Modified BSD" and "Simplified BSD"
303307
licenses (2- or 3-clause), which are GPL compatible.
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

plugins/Marketplace/vue/dist/Marketplace.umd.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/Marketplace/vue/dist/Marketplace.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/Marketplace/vue/src/RichMenuButton/RichMenuButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@click.prevent="$emit('action')"
1414
@keyup.enter="$emit('action')"
1515
>
16-
<span class="icon-heart">&nbsp;</span>
16+
<span class="icon-marketplace">&nbsp;</span>
1717
{{ translate('Marketplace_Marketplace') }}
1818
</a>
1919
</p>

0 commit comments

Comments
 (0)