Selaa lähdekoodia

fix: fill button title attr

GyDi 2 vuotta sitten
vanhempi
commit
a7ba9f1886
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/components/profile/profile-more.tsx

+ 2 - 0
src/components/profile/profile-more.tsx

@@ -151,6 +151,7 @@ const ProfileMore = (props: Props) => {
                   size="small"
                   edge="start"
                   color="error"
+                  title="Console"
                   onClick={() => setLogOpen(true)}
                 >
                   <FeaturedPlayListRounded fontSize="inherit" />
@@ -161,6 +162,7 @@ const ProfileMore = (props: Props) => {
                 size="small"
                 edge="start"
                 color="inherit"
+                title="Console"
                 onClick={() => setLogOpen(true)}
               >
                 <FeaturedPlayListRounded fontSize="inherit" />