Skip to content

Commit 70cfbe6

Browse files
committed
🌟 btn create disabled
1 parent 107ee9c commit 70cfbe6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Form/Buttons/Buttons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function Buttons({ statusLogin, typeForm, setTypeForm }) {
5757
<span ref={c_btn_span} />
5858
</button>
5959

60-
<button className={styles.c_btn_create}>
60+
<button className={styles.c_btn_create} disabled>
6161
<span>
6262
<Link href={hrefLinkByStateLogin}>
6363
<span ref={c_btn_create_span} />

src/components/Menu/Menu.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
list-style: none;
2626

2727
margin-bottom: 30px;
28+
2829
.c_menu_list__item {
2930

3031
.c_menu_list__item__link {

0 commit comments

Comments
 (0)