rfellows commented on code in PR #10098:
URL: https://github.com/apache/nifi/pull/10098#discussion_r2211309515
##########
nifi-frontend/pom.xml:
##########
@@ -40,6 +40,10 @@
Name of the theme file to be used.
-->
<frontend.theme.name>material</frontend.theme.name>
+ <!--
+ Source directory containing the theme icons. Can be external
directory for modular themes.
+ -->
+
<frontend.theme.icons.dir>${frontend.working.dir}/libs/shared/src/assets/themes</frontend.theme.icons.dir>
Review Comment:
shouldn't this be:
```suggestion
<frontend.theme.icons.dir>${frontend.working.dir}/libs/shared/src/assets/icons</frontend.theme.icons.dir>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]