Skip to content

Commit 0b6ba35

Browse files
donysukardiCompuIves
authored andcommitted
Add title attr to SmallCube (codesandbox#371)
1 parent 2b8044e commit 0b6ba35

File tree

1 file changed

+1
-0
lines changed
  • packages/homepage/src/screens/home/Animation

1 file changed

+1
-0
lines changed

packages/homepage/src/screens/home/Animation/Cubes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ export default class Cubes extends React.PureComponent {
234234

235235
return (
236236
<SmallCube
237+
title={t.template.niceName}
237238
cubeRef={el => {
238239
this.els[t.template.name] = el;
239240
}}

0 commit comments

Comments
 (0)