Change menu button graphic to 24x24

This commit is contained in:
regalijan 2023-10-19 16:50:08 -04:00
parent 4b741b8c58
commit d30086d111
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -92,8 +92,8 @@ export default function (props: {
</a> </a>
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
width="16" width="24"
height="16" height="24"
fill="currentColor" fill="currentColor"
viewBox="0 0 16 16" viewBox="0 0 16 16"
onClick={onOpen} onClick={onOpen}