Skip to content

Commit

Permalink
🌉 Rename "icons" to "images"
Browse files Browse the repository at this point in the history
  • Loading branch information
igrybkov committed Jan 8, 2019
1 parent 60dd8c0 commit aed84f7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/taskList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exports.getList = () => {
subtitle: `Today's tasks from Things`,
arg: 'tasks',
icon: {
path: 'icons/all-tasks.png'
path: 'images/all-tasks.png'
},
variables: {
taskmanager: 'all'
Expand Down
2 changes: 1 addition & 1 deletion src/taskpaper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config = require('../config')

const getIcon = () => {
return {
path: 'icons/taskpaper.png'
path: 'images/taskpaper.png'
}
}

Expand Down
6 changes: 2 additions & 4 deletions src/things/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const alfy = require('alfy')

const getIcon = () => {
return {
path: 'icons/things.png'
path: 'images/things.png'
}
}

Expand Down Expand Up @@ -55,9 +55,7 @@ const getTasks = async () => {
title: 'There are no tasks found for ⭐️ Today',
arg: '',
valid: false,
icon: {
path: 'icons/things3.png'
}
icon: getIcon()
}
]
}
Expand Down

0 comments on commit aed84f7

Please sign in to comment.