mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
changed posts to timeline
This commit is contained in:
parent
550a65b083
commit
af78faf8ec
@ -8,14 +8,14 @@ import { Icons } from "components/Icons"
|
||||
|
||||
import { HashtagTrendings, FeaturedEventsAnnouncements, ConnectedFriends } from "components"
|
||||
|
||||
import Tabs from "./posts/tabs"
|
||||
import Tabs from "./home/tabs"
|
||||
|
||||
export default class Dashboard extends React.Component {
|
||||
export default class Home extends React.Component {
|
||||
render() {
|
||||
const navMenuHeader = <>
|
||||
<h1>
|
||||
<Icons.MdTag />
|
||||
<Translation>{(t) => t("Posts")}</Translation>
|
||||
<Translation>{(t) => t("Timeline")}</Translation>
|
||||
</h1>
|
||||
<antd.Button
|
||||
type="primary"
|
||||
|
Loading…
x
Reference in New Issue
Block a user