padding-top warning corrected

This commit is contained in:
Michael Quigley 2024-06-21 15:28:58 -04:00
parent 2d5142ac1e
commit 2384dcb953
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -14,7 +14,7 @@ const ActionsTab = (props) => {
return (
<div className={"actions-tab"}>
<div id={"change-password"} style={{"padding-top": "10px"}}>
<div id={"change-password"} style={{"paddingTop": "10px"}}>
<h3>Change Password?</h3>
<p>Change the password used to log into the zrok web console.</p>
<Button variant={"danger"} onClick={openChangePasswordModal}>Change Password</Button>