This commit is contained in:
wrzesinski-hubert 2020-06-14 18:01:25 +02:00
parent 4335a65a56
commit 013b0d63f7
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ export default class Class extends React.Component<ClassProps, ClassState> {
<div className="class__name" onClick={this.Open}>{this.props.data.classname}</div>
<Collapse in={this.state.open} timeout="auto" unmountOnExit>
{this.props.data.classgroups.map((classgroup, index) => (
<div className="class__group">
<div key={index} className="class__group">
<p
onMouseOver={() =>
this.props.onClassHover(

View File

@ -15,7 +15,7 @@
background: rgba(255, 220, 97, 0.6);
border: 3px solid #000000;
border-radius: 5% 5% 5% 5% / 5% 5% 5% 5%;
border-radius: 15px;
text-transform: uppercase;
letter-spacing: 0.3ch;