Changeset 3792 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/client/components/front-page/plugin-section/plugin-section.jsx
- Timestamp:
- 08/09/2016 08:20:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/client/components/front-page/plugin-section/plugin-section.jsx
r3734 r3792 18 18 <section className="plugin-section"> 19 19 <header className="section-header"> 20 <h 1 className="section-title">{ this.props.section.title }</h1>20 <h2 className="section-title">{ this.props.section.title }</h2> 21 21 <Link className="section-link" to={ this.props.section.path }>See all</Link> 22 22 </header>
Note: See TracChangeset
for help on using the changeset viewer.