1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

more styling - added content to sidebar

This commit is contained in:
2016-08-21 18:37:37 -05:00
parent 3e6ffc206a
commit 6dac5aeb06
9 changed files with 108 additions and 59 deletions

View File

@@ -1,10 +1,12 @@
import React from 'react';
import '../../assets/scss/Footer.scss';
export default class Footer extends React.Component{
render(){
return(
<div class="Footer">This is a footer</div>
<div class="Footer">Site created and maintained by Mitchell Gerber</div>
);
}
}
}