From: Jessica Stokes Date: Thu, 5 Jan 2017 03:30:02 +0000 (-0800) Subject: Move "getting started" to its own route X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0c600e9db6f343cdf8068554e27590e126035229;p=mastodon.git Move "getting started" to its own route --- diff --git a/app/assets/javascripts/components/containers/mastodon.jsx b/app/assets/javascripts/components/containers/mastodon.jsx index 670455376..026daeb06 100644 --- a/app/assets/javascripts/components/containers/mastodon.jsx +++ b/app/assets/javascripts/components/containers/mastodon.jsx @@ -16,6 +16,7 @@ import { useRouterHistory, Router, Route, + IndexRedirect, IndexRoute } from 'react-router'; import { useScroll } from 'react-router-scroll'; @@ -107,8 +108,9 @@ const Mastodon = React.createClass({ - + +