Skip to content
Snippets Groups Projects
Unverified Commit a7ba9f18 authored by GyDi's avatar GyDi
Browse files

fix: fill button title attr

parent d5192e22
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment