From c5ae703b07461d20fbcaeb110159b71782453e2f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 3 Jul 2017 09:48:47 +0100 Subject: [PATCH] Fix Drupal Commerce logo --- app/config/sculpin_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 6a9ec0d9..64c5b029 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -89,7 +89,7 @@ packagist: skills: 0: - { name: Drupal, image: drupal.png } - - { name: Drupal Commerce image: drupal-commerce.png } + - { name: Drupal Commerce, image: drupal-commerce.png } - { name: PHP, image: php.png } - { name: Composer, image: composer.png } - { name: Symfony, image: symfony.png }