1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-16 01:23:18 +02:00

Remove unused Cyland hero component

This commit is contained in:
Brett Sun 2016-02-05 11:54:02 +01:00
parent 8ba9eb20b6
commit 15cf6498a8

View File

@ -1,20 +0,0 @@
'use strict';
import React from 'react';
import AppConstants from '../../../../constants/application_constants';
let Hero = React.createClass({
render() {
return (
<div className="hero">
<img
className="logo" src={AppConstants.whitelabel.logo}
alt="Cyland Video Archive"
height="200px"/>
</div>
);
}
});
export default Hero;