mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Remove unused Cyland hero component
This commit is contained in:
parent
8ba9eb20b6
commit
15cf6498a8
@ -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;
|
|
Loading…
Reference in New Issue
Block a user