fix(components/tiles/common): now links are actually used
This commit is contained in:
parent
99feee6179
commit
93208406da
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ Metro-like tile. Must be in a group to display correctly.
|
|||
grid-column-start: {column};
|
||||
"
|
||||
onmousemove={active ? updateDynamicMouseValues : null}
|
||||
href="#h"
|
||||
href={active ? link : "#"}
|
||||
>
|
||||
<!-- Tile pages -->
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue