Test
This commit is contained in:
parent
8b8df0768b
commit
d9079e2281
BIN
Website/Website/ClientApp/public/images/logodispuut.jpg
Normal file
BIN
Website/Website/ClientApp/public/images/logodispuut.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 4.6 KiB |
BIN
Website/Website/ClientApp/public/images/logodispuut2.jpg
Normal file
BIN
Website/Website/ClientApp/public/images/logodispuut2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -3,7 +3,7 @@ import { Route } from 'react-router';
|
||||
import { Layout } from './components/Layout';
|
||||
import { Home } from './components/Home';
|
||||
import { Leden } from './components/Leden';
|
||||
import { OverIchthus } from './components/OverIchthus';
|
||||
import { OverIchthus } from './pages/OverIchthus';
|
||||
import { Login } from './components/Login';
|
||||
|
||||
export default class App extends Component {
|
||||
|
@ -36,7 +36,7 @@ export class NavMenu extends Component {
|
||||
</div>
|
||||
|
||||
<div id="MenuBlock">
|
||||
<Link to={`/overichthus/`} id="MenuText">
|
||||
<Link to={`./pages/overichthus/`} id="MenuText">
|
||||
Over Ichthus
|
||||
</Link>
|
||||
</div>
|
||||
|
@ -1,15 +1,14 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
export class OverIchthus extends Component {
|
||||
displayName = OverIchthus.name
|
||||
|
||||
render() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h1>Over Ichthus</h1>
|
||||
<p>Welcome to your new single-page application, built with:</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
import React, { Component } from 'react';
|
||||
|
||||
export class OverIchthus extends Component {
|
||||
displayName = OverIchthus.name
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Over Ichthus</h1>
|
||||
<p>Welcome to your new single-page application, built with: Well, React dotnet, and does it really matter?..</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
0
Website/Website/ClientApp/src/pages/christenzijn.js
Normal file
0
Website/Website/ClientApp/src/pages/christenzijn.js
Normal file
Loading…
Reference in New Issue
Block a user