Ahmad Kholid 2 years ago
parent
commit
a52782d024
2 changed files with 3 additions and 3 deletions
  1. 1 1
      package.json
  2. 2 2
      src/utils/shared.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "automa",
-  "version": "1.26.2",
+  "version": "1.27.0",
   "description": "An extension for automating your browser by connecting blocks",
   "repository": {
     "type": "git",

+ 2 - 2
src/utils/shared.js

@@ -601,7 +601,7 @@ export const tasks = {
   'google-sheets-drive': {
     name: 'Google sheets (GDrive)',
     description: 'Read Google Sheets data',
-    icon: 'riDriveLine',
+    icon: 'riDriveFill',
     component: 'BlockBasic',
     editComponent: 'EditGoogleSheetsDrive',
     category: 'onlineServices',
@@ -635,7 +635,7 @@ export const tasks = {
   'google-drive': {
     name: 'Google drive',
     description: 'Upload files to Google Drive',
-    icon: 'riDriveFill',
+    icon: 'riDriveLine',
     component: 'BlockBasic',
     editComponent: 'EditGoogleDrive',
     category: 'onlineServices',