diff --git a/components/utils/skills.ts b/components/utils/skills.ts index 6adadfd..7a16394 100644 --- a/components/utils/skills.ts +++ b/components/utils/skills.ts @@ -13,7 +13,7 @@ export const skills: ISkill[] = [ }, { tech: "serverless", - prettyName: "Serverless Framework", + prettyName: "SLS Framework", years: 2, }, { diff --git a/tailwind.config.js b/tailwind.config.js index ca9619e..58a5bd9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -110,7 +110,7 @@ module.exports = { }), ], safelist: [ - ...Array(15) + ...Array(20) .fill(0) .map((_, i) => "animation-delay-[" + i * 125 + "ms]"), ],