1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-13 02:22:50 +00:00

client - forum page now responsive - tested on iOS

This commit is contained in:
2018-01-27 16:08:10 -06:00
parent b90860f251
commit 7ec7416dad
11 changed files with 76 additions and 37 deletions

View File

@@ -1,6 +1,5 @@
import React from 'react';
import bottom_blizzlogo from '../../assets/bottom-blizzlogo.gif';
// import bottom_blizzlogo from '../../assets/bottom-blizzlogo.gif';
import './footer.scss';
@@ -13,7 +12,8 @@ export class Footer extends React.Component<Props, State> {
render() {
return (
<div className="bottom-bg">
<img src={bottom_blizzlogo}/>
{/* don't show the blizzard logo for now */}
{/* <img src={bottom_blizzlogo}/> */}
</div>
);
}