mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-24 06:45:59 +03:00
changed <strong>
This commit is contained in:
parent
c417843497
commit
400b1fcf3d
@ -59,7 +59,7 @@ const UserEntry = ({ item }) => {
|
||||
style={{ backgroundImage: `url(${item.data.photo})` }}
|
||||
css={STYLES_PROFILE_IMAGE}
|
||||
/>
|
||||
{item.data.name ? <strong>{item.data.name}</strong> : null}
|
||||
{item.data.name ? <div>{item.data.name}</div> : null}
|
||||
<div>@{item.username}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -177,14 +177,14 @@ export default class SlatePreviewBlock extends React.Component {
|
||||
return (
|
||||
<div css={STYLES_BLOCK}>
|
||||
<div css={STYLES_TITLE_LINE}>
|
||||
<strong
|
||||
<div
|
||||
style={{
|
||||
fontSize: Constants.typescale.lvl2,
|
||||
fontFamily: Constants.font.semiBold,
|
||||
}}
|
||||
>
|
||||
{this.props.slate.data.name}
|
||||
</strong>
|
||||
</div>
|
||||
{this.props.editing ? (
|
||||
this.props.slate.data.public ? (
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user