You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-27 04:21:52 +03:00
Fix some more formatting
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@ -43,14 +43,14 @@ import {mediaFromMxc} from "../../customisations/Media";
|
||||
import {replaceableComponent} from "../../utils/replaceableComponent";
|
||||
|
||||
const LONG_DESC_PLACEHOLDER = _td(
|
||||
`<h1>HTML for your community's page</h1>
|
||||
<p>
|
||||
Use the long description to introduce new members to the community, or distribute
|
||||
some important <a href="foo">links</a>
|
||||
</p>
|
||||
<p>
|
||||
You can even add images with Matrix URLs <img src="mxc://url" />
|
||||
</p>`,
|
||||
"<h1>HTML for your community's page</h1>" +
|
||||
"<p>" +
|
||||
"Use the long description to introduce new members to the community, or distribute" +
|
||||
"some important <a href=\"foo\">links</a>" +
|
||||
"</p>" +
|
||||
"<p>" +
|
||||
"You can even add images with Matrix URLs <img src=\"mxc://url\" />" +
|
||||
"</p>",
|
||||
);
|
||||
|
||||
const RoomSummaryType = PropTypes.shape({
|
||||
|
Reference in New Issue
Block a user