Change button link to add nonce

Use wp_logout_url()

https://developer.wordpress.org/reference/functions/wp_logout_url/

<a href="<?php echo wp_logout_url(); ?>">Logout</a>