Skip to content

Commit b406f4d

Browse files
authored
Merge pull request #460 from BerniWittmann/master
feat: add ifttt to automation
2 parents ededb4b + 68bfa23 commit b406f4d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/constants/skills.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const categorizedSkills = {
207207

208208
automation: {
209209
title: "Automation",
210-
skills: ["zapier"],
210+
skills: ["zapier", "ifttt"],
211211
},
212212

213213
other: {
@@ -437,6 +437,7 @@ const icons = {
437437
apachecordova:
438438
"https://www.vectorlogo.zone/logos/apache_cordova/apache_cordova-icon.svg",
439439
zapier: "https://www.vectorlogo.zone/logos/zapier/zapier-icon.svg",
440+
ifttt: "https://www.vectorlogo.zone/logos/ifttt/ifttt-ar21.svg",
440441
postman: "https://www.vectorlogo.zone/logos/getpostman/getpostman-icon.svg",
441442
erlang: "https://www.vectorlogo.zone/logos/erlang/erlang-official.svg",
442443
sqlite: "https://www.vectorlogo.zone/logos/sqlite/sqlite-icon.svg",
@@ -587,6 +588,7 @@ const skillWebsites = {
587588
heroku: "https://heroku.com",
588589
appwrite: "https://appwrite.io",
589590
zapier: "https://zapier.com",
591+
ifttt: "https://ifttt.com/",
590592
elixir: "https://elixir-lang.org",
591593
travisci: "https://travis-ci.org",
592594
apachecordova: "https://cordova.apache.org/",
Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)