Customizing design of About Page, standardizing old W95 styles
This commit is contained in:
@@ -16,7 +16,7 @@ import Header from './components/Header';
|
||||
import Footer from './components/Footer';
|
||||
|
||||
import IndexPage from './components/pages/IndexPage';
|
||||
import TestAboutPage from './components/pages/TestAboutPage';
|
||||
import AboutPage from './components/pages/AboutPage';
|
||||
import PrivacyPolicyPage from './components/pages/PrivacyPolicyPage';
|
||||
import ContactPage from './components/pages/ContactPage';
|
||||
|
||||
@@ -33,7 +33,7 @@ class App extends React.Component {
|
||||
|
||||
<Switch>
|
||||
<Route exact path="/" component={IndexPage} />
|
||||
<Route exact path="/about" component={TestAboutPage} />
|
||||
<Route exact path="/about" component={AboutPage} />
|
||||
|
||||
<Route exact path="/privacy-policy" component={PrivacyPolicyPage} />
|
||||
<Route exact path="/privacy" component={PrivacyPolicyPage} />
|
||||
|
Reference in New Issue
Block a user