diff --git a/commitlint.config.cjs b/commitlint.config.cjs index 7996257..6b1b713 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -4,7 +4,7 @@ module.exports = { "type-enum": [ 2, "always", - ["Feat!", "Feat", "Fix", "Patch", "Chore", "Build", "Refactor", "Revert", "CI", "Test", "Docs", "WIP"] + ["Feat!", "Feat", "Fix", "Patch", "Chore", "Build", "Debug", "Refactor", "Revert", "CI", "Test", "Docs", "WIP"] ], "type-case": [0], "subject-case": [0] diff --git a/src/components/landing/hero.jsx b/src/components/landing/hero.jsx index 340c544..5ffbf8f 100644 --- a/src/components/landing/hero.jsx +++ b/src/components/landing/hero.jsx @@ -25,7 +25,7 @@ const Hero = ({ className }) => {

- Timekeeper + Timekeeper | Debug