Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrlschwb committed Nov 24, 2023
1 parent 258950d commit 1968c5f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/ui/src/app/pages/Forum/Forum.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@ export const Forum = () => {
return (
<PageLayout
header={
<ForumPageHeader
title={<PageTitle>Forum</PageTitle>}
buttons={
<ButtonGhost size="medium" onClick={toggle}>
Forum Activities
</ButtonGhost>
}
>
<ForumPageHeader title={<PageTitle>Forum</PageTitle>}>
<ForumTabs />
</ForumPageHeader>
}
Expand Down

0 comments on commit 1968c5f

Please sign in to comment.