Skip to content

Commit

Permalink
Update IP address action icon
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Apr 27, 2024
1 parent 20360d4 commit 81a686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/get-ip-address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
title: "Get current IP address",
color: 'white',
background: '#007aff',
icon: 'house_fill',
icon: 'globe',
render: (container: HTMLElement, params: GetIPAddress) => {
const action = renderActionHeader(actions['getipaddress']);
action.appendChild(renderParameters(actions['getipaddress'], {
Expand Down

0 comments on commit 81a686d

Please sign in to comment.