Skip to content

Commit 68bfa23

Browse files
committed
feat: add ifttt to automation
1 parent 0194c38 commit 68bfa23

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
@@ -206,7 +206,7 @@ const categorizedSkills = {
206206

207207
automation: {
208208
title: "Automation",
209-
skills: ["zapier"],
209+
skills: ["zapier", "ifttt"],
210210
},
211211

212212
other: {
@@ -434,6 +434,7 @@ const icons = {
434434
apachecordova:
435435
"https://www.vectorlogo.zone/logos/apache_cordova/apache_cordova-icon.svg",
436436
zapier: "https://www.vectorlogo.zone/logos/zapier/zapier-icon.svg",
437+
ifttt: "https://www.vectorlogo.zone/logos/ifttt/ifttt-ar21.svg",
437438
postman: "https://www.vectorlogo.zone/logos/getpostman/getpostman-icon.svg",
438439
erlang: "https://www.vectorlogo.zone/logos/erlang/erlang-official.svg",
439440
sqlite: "https://www.vectorlogo.zone/logos/sqlite/sqlite-icon.svg",
@@ -583,6 +584,7 @@ const skillWebsites = {
583584
heroku: "https://heroku.com",
584585
appwrite: "https://appwrite.io",
585586
zapier: "https://zapier.com",
587+
ifttt: "https://ifttt.com/",
586588
elixir: "https://elixir-lang.org",
587589
travisci: "https://travis-ci.org",
588590
apachecordova: "https://cordova.apache.org/",
Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)