Skip to content

Commit

Permalink
Hot fix: Remove Forum Activites Button (#4653)
Browse files Browse the repository at this point in the history
* remove forum button

* remove forum button

* remove forum button

* remove forum button

* test

* update

* update

* update

* update

---------

Co-authored-by: Theophile Sandoz <[email protected]>
  • Loading branch information
chrlschwb and thesan authored Nov 27, 2023
1 parent 3c7dea6 commit 32c7003
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/ui/src/app/pages/Forum/Forum.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react'

import { PageLayout } from '@/app/components/PageLayout'
import { ButtonGhost } from '@/common/components/buttons'
import { PageTitle } from '@/common/components/page/PageTitle'
import { useToggle } from '@/common/hooks/useToggle'
import { ForumMain } from '@/forum/components/category'
Expand All @@ -15,14 +14,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

1 comment on commit 32c7003

@vercel
Copy link

@vercel vercel bot commented on 32c7003 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dao – ./

dao-git-main-joystream.vercel.app
dao-joystream.vercel.app
pioneerapp.xyz
dao.joystream.org

Please sign in to comment.