Switched route icon to map

This commit is contained in:
Justin Foell
2021-01-29 16:21:07 -06:00
parent 68cd696263
commit 97d65b6100
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -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: {