forked from seth/ipv4.army
Add lucide-preact icons to navbar and update dependencies
This commit is contained in:
parent
fb0991efec
commit
ea18e2563f
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
import { Minus, Minimize2, X } from 'lucide-preact';
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<>
|
||||
|
@ -11,9 +13,9 @@ export default () => {
|
|||
IPv4 dot Army
|
||||
</span>
|
||||
<div class="d-flex hstack gap-2" role="search">
|
||||
<button type="button" class="btn btn-outline-success btn-sm">🗕︎</button>
|
||||
<button type="button" class="btn btn-outline-warning btn-sm">🗖︎</button>
|
||||
<button type="button" class="btn btn-outline-danger btn-sm">🗙︎</button>
|
||||
<button type="button" class="btn btn-outline-success btn-sm"><Minus size={15} /></button>
|
||||
<button type="button" class="btn btn-outline-warning btn-sm"><Minimize2 size={15} /></button>
|
||||
<button type="button" class="btn btn-outline-danger btn-sm"><X size={15} /></button>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue