Skip to content

Commit

Permalink
replaced the Log EIP icon to better distinguish from the Log Component
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Heinemann <[email protected]>
  • Loading branch information
lhein committed Apr 16, 2024
1 parent 9010c88 commit 37741d0
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 1 deletion.
Binary file removed packages/ui/src/assets/eip/log.png
Binary file not shown.
133 changes: 133 additions & 0 deletions packages/ui/src/assets/eip/log.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/ui/src/utils/node-icon-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import filter from '../assets/eip/filter.png';
import generic_eip from '../assets/eip/generic.png';
import idempotent_consumer from '../assets/eip/idempotentConsumer.png';
import load_balance from '../assets/eip/load-balance.png';
import log from '../assets/eip/log.png';
import log from '../assets/eip/log.svg';
import loop from '../assets/eip/loop.png';
import multicast from '../assets/eip/multicast.png';
import otherwise from '../assets/eip/otherwise.png';
Expand Down

0 comments on commit 37741d0

Please sign in to comment.