Skip to content

Commit

Permalink
modified: app/javascript/mastodon/features/about/index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby committed Apr 27, 2024
1 parent 04f452b commit 5335b0e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/javascript/mastodon/features/about/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,7 @@ class About extends PureComponent {
const isLoading = server.get('isLoading');

return (
<Column bindToDocument={!multiColumn} ref={this.setRef} label={intl.formatMessage(messages.title)}>
<ColumnHeader
icon='info-circle'
title={intl.formatMessage(messages.title)}
onClick={this.handleHeaderClick}
multiColumn={multiColumn}
/>
<Column bindToDocument={!multiColumn} label={intl.formatMessage(messages.title)}>
<div className='scrollable about'>
<div className='about__header'>
<ServerHeroImage blurhash={server.getIn(['thumbnail', 'blurhash'])} src={server.getIn(['thumbnail', 'url'])} srcSet={server.getIn(['thumbnail', 'versions'])?.map((value, key) => `${value} ${key.replace('@', '')}`).join(', ')} className='about__header__hero' />
Expand Down

0 comments on commit 5335b0e

Please sign in to comment.