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:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user