Skip to content

Commit

Permalink
Merge pull request #507 from uu-plathome/fix/admin-page
Browse files Browse the repository at this point in the history
fix 管理者画面のページ削除
  • Loading branch information
H37kouya authored Dec 28, 2024
2 parents d862768 + d3c01e0 commit 3f20b40
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ export const AllCircleUsersTemplate: NextPage<Props> = ({
{isMd ? <BaseHeader /> : ''}

<BaseContainer>
<BaseWrapper
title="部員アカウント一覧"
actionText="サークル新規作成"
actionHref="/circle/create"
>
<BaseWrapper title="部員アカウント一覧">
<div className="border-2 border-gray-800 p-2">
{users ? (
<div className="mb-8 py-4">
Expand Down

0 comments on commit 3f20b40

Please sign in to comment.