diff options
Diffstat (limited to 'web/source/settings/views/admin/actions/keys/index.tsx')
-rw-r--r-- | web/source/settings/views/admin/actions/keys/index.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/source/settings/views/admin/actions/keys/index.tsx b/web/source/settings/views/admin/actions/keys/index.tsx index 74bfd36ee..a1460b59f 100644 --- a/web/source/settings/views/admin/actions/keys/index.tsx +++ b/web/source/settings/views/admin/actions/keys/index.tsx @@ -22,9 +22,8 @@ import ExpireRemote from "./expireremote"; export default function Keys() { return ( - <> - <h1>Key Actions</h1> + <div className="admin-actions-keys"> <ExpireRemote /> - </> + </div> ); } |