changed css class name

This commit is contained in:
StevanFreeborn
2022-06-29 09:23:15 -05:00
parent 460245841b
commit a81b004216
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default function LoadingError(props) {
<p>{props.message}</p>
<button
className='btn btn-try-again'
className='btn btn-cta'
onClick={props.onClick}
>
Try again
+4 -4
View File
@@ -16,10 +16,10 @@
color: #912718;
}
.btn-try-again,
.btn-try-again:hover,
.btn-try-again:focus,
.btn-try-again:active:focus {
.btn-cta,
.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active:focus {
color: white;
background-color: #912718;
border-color: #912718;