Skip to content

Commit

Permalink
Merge pull request #508 from uu-plathome/main
Browse files Browse the repository at this point in the history
fix 管理者画面の不要なボタン削除
  • Loading branch information
H37kouya authored Dec 28, 2024
2 parents 65c90b6 + 3f20b40 commit 05deaa4
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 05deaa4

Please sign in to comment.