mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 05:24:03 +00:00
refactor(miniapp): simplify dashboard layout and controls
This commit is contained in:
@@ -65,3 +65,12 @@ export function GlobeIcon(props: IconProps) {
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export function XIcon(props: IconProps) {
|
||||
return (
|
||||
<svg {...iconProps(props)}>
|
||||
<path d="m6 6 12 12" />
|
||||
<path d="M18 6 6 18" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user