mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🎨 Migrate all wrapper to use WidgetWrapper
This commit is contained in:
@@ -36,11 +36,7 @@ export const AppTile = ({ className, app }: AppTileProps) => {
|
||||
|
||||
return (
|
||||
<HomarrCardWrapper className={className}>
|
||||
{/* TODO: add app menu */}
|
||||
|
||||
<div style={{ position: 'absolute', top: 10, right: 10 }}>
|
||||
<AppMenu app={app} />
|
||||
</div>
|
||||
<AppMenu app={app} />
|
||||
|
||||
{!app.url || isEditMode ? (
|
||||
<UnstyledButton
|
||||
|
||||
Reference in New Issue
Block a user