mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +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 { 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() {
|
render() {
|
||||||
const navMenuHeader = <>
|
const navMenuHeader = <>
|
||||||
<h1>
|
<h1>
|
||||||
<Icons.MdTag />
|
<Icons.MdTag />
|
||||||
<Translation>{(t) => t("Posts")}</Translation>
|
<Translation>{(t) => t("Timeline")}</Translation>
|
||||||
</h1>
|
</h1>
|
||||||
<antd.Button
|
<antd.Button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user