Skip to content

Commit

Permalink
Rename About page to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Feb 2, 2016
1 parent 2401438 commit 051fa24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/About.js → src/pages/FAQ.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const REACT_PLAYER_URL = 'https://github.com/CookPete/react-player'
const CURATION_URL = 'https://www.reddit.com/r/listentothis/comments/1iwc8n/meta_announcing_the_official_rlistentothis_music/'
const LISTENTOTHIS_URL = 'https://www.reddit.com/r/listentothis'

export default function About () {
export default function FAQ () {
return (
<section>
<h2>FAQ</h2>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Component } from 'react'

import classNames from './Home.scss'
import playlists from '../../data/playlists.json'
import About from './About'
import FAQ from './FAQ'
import TopThreads from '../components/TopThreads'
import Item from '../components/Item'
import Icon from '../components/Icon'
Expand Down Expand Up @@ -109,7 +109,7 @@ export default class Home extends Component {

<h2>Threads</h2>
<TopThreads />
<About />
<FAQ />
</section>
)
}
Expand Down

0 comments on commit 051fa24

Please sign in to comment.