mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
more styling - added content to sidebar
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user