Skip to content

Commit

Permalink
client: fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Blakhard committed Mar 20, 2023
1 parent 356b4c3 commit 066bf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Settings/Dhcp/Leases.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Leases extends Component {
disabled={disabledLeasesButton}
>
<svg className="icons icon12">
<use xlinkHref="#edit" />
<use xlinkHref="#plus" />
</svg>
</button>
</div>
Expand Down

0 comments on commit 066bf77

Please sign in to comment.