mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: fill button title attr
This commit is contained in:
@@ -151,6 +151,7 @@ const ProfileMore = (props: Props) => {
|
|||||||
size="small"
|
size="small"
|
||||||
edge="start"
|
edge="start"
|
||||||
color="error"
|
color="error"
|
||||||
|
title="Console"
|
||||||
onClick={() => setLogOpen(true)}
|
onClick={() => setLogOpen(true)}
|
||||||
>
|
>
|
||||||
<FeaturedPlayListRounded fontSize="inherit" />
|
<FeaturedPlayListRounded fontSize="inherit" />
|
||||||
@@ -161,6 +162,7 @@ const ProfileMore = (props: Props) => {
|
|||||||
size="small"
|
size="small"
|
||||||
edge="start"
|
edge="start"
|
||||||
color="inherit"
|
color="inherit"
|
||||||
|
title="Console"
|
||||||
onClick={() => setLogOpen(true)}
|
onClick={() => setLogOpen(true)}
|
||||||
>
|
>
|
||||||
<FeaturedPlayListRounded fontSize="inherit" />
|
<FeaturedPlayListRounded fontSize="inherit" />
|
||||||
|
|||||||
Reference in New Issue
Block a user