Lab 6 fixes

This commit is contained in:
Павел Сорокин 2023-05-14 10:59:01 +04:00
parent 07a73fa1c4
commit c05294839e

View File

@ -113,7 +113,7 @@ const Account = function () {
return (
<>
<div className="border-bottom pb-3 mb-3">
<button class="btn btn-primary"
<button className="btn btn-primary"
onClick={logoutButtonOnClick}>
Log Out
</button>