1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

EventIndexPanel: Small style fix.

This commit is contained in:
Damir Jelić
2020-01-24 11:56:43 +01:00
parent ee133a9c71
commit 029369a04b

View File

@@ -150,7 +150,7 @@ export default class EventIndexPanel extends React.Component {
{}, {},
{ {
'riotLink': (sub) => <a href="https://riot.im/download/desktop">{sub}</a>, 'riotLink': (sub) => <a href="https://riot.im/download/desktop">{sub}</a>,
} },
) )
} }
</div> </div>