summaryrefslogtreecommitdiffstats
path: root/ui/src/components/community.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-08 17:04:03 -0700
committerDessalines <tyhou13@gmx.com>2019-04-08 17:04:03 -0700
commit0469b5f0c7e8c34b02155e29dfe3234cfc8cc305 (patch)
treec65865ea0f23c50308dd35f9676fcbacddefd842 /ui/src/components/community.tsx
parentee03b5a55f07ff396571dd6ed47a839a5446aac9 (diff)
Adding user dropdown.
- Fixes #54. - Fixed some styling.
Diffstat (limited to 'ui/src/components/community.tsx')
-rw-r--r--ui/src/components/community.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/community.tsx b/ui/src/components/community.tsx
index 1ca9a8af..06504378 100644
--- a/ui/src/components/community.tsx
+++ b/ui/src/components/community.tsx
@@ -63,7 +63,7 @@ export class Community extends Component<any, State> {
<h4><svg class="icon icon-spinner spin"><use xlinkHref="#icon-spinner"></use></svg></h4> :
<div class="row">
<div class="col-12 col-lg-9">
- <h4>/f/{this.state.community.name}</h4>
+ <h4>{this.state.community.title}</h4>
<PostListings communityId={this.state.communityId} />
</div>
<div class="col-12 col-lg-3">