mirror of
https://github.com/franjsco/tick3t
synced 2025-01-30 18:24:45 +01:00
rename Logo component
This commit is contained in:
parent
042b04266d
commit
20fbaa7aeb
@ -1,7 +1,7 @@
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
|
|
||||||
|
|
||||||
class Card extends Component {
|
class Logo extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
||||||
@ -20,4 +20,4 @@ class Card extends Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Card;
|
export default Logo;
|
Loading…
x
Reference in New Issue
Block a user