mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-11 18:56:18 +09:00
Switched route icon to map
This commit is contained in:
@@ -68,7 +68,7 @@ class Edit extends Component {
|
||||
if ( editingURL ) {
|
||||
return (
|
||||
<EmbedPlaceholder
|
||||
icon="chart-line"
|
||||
icon="location-alt"
|
||||
label={ __( 'Strava Route', 'wp-strava' ) }
|
||||
instructions={ __(
|
||||
'Paste a link to the Strava Route you want to display on your site.',
|
||||
|
||||
@@ -4,7 +4,7 @@ import edit from './edit';
|
||||
|
||||
registerBlockType( 'wp-strava/route', {
|
||||
title: 'Strava Route',
|
||||
icon: 'chart-line',
|
||||
icon: 'location-alt',
|
||||
category: 'embed',
|
||||
attributes: {
|
||||
url: {
|
||||
|
||||
Reference in New Issue
Block a user