diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index 0f0c62f3..07c40e26 100755 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -4,15 +4,3 @@ # Color codes green='\033[0;32m' clear='\033[0m' - -# Check whether terminal is attached -if [ -t 1 ] -then - echo "${green}✔${clear} Terminal found.." - # This will run commitzen when using git commit command, `|| true` will use commit message defined if command aborts. - exec < /dev/tty && npx cz --hook || true - exit 0 -else - echo "[MESSAGE] Please, use git commit command on the terminal to activate commitzen" - exit 1 -fi diff --git a/apps/client/src/assets/images/panel-images/home3.png b/apps/client/src/assets/images/panel-images/home3.png index 99d99f98..2cbeb6eb 100644 Binary files a/apps/client/src/assets/images/panel-images/home3.png and b/apps/client/src/assets/images/panel-images/home3.png differ diff --git a/apps/client/src/styles.css b/apps/client/src/styles.css index 9a5c302c..bc9054d6 100644 --- a/apps/client/src/styles.css +++ b/apps/client/src/styles.css @@ -4,12 +4,14 @@ body { font-family: 'Sora', sans-serif; + font-size: 16px; } .scrollbar::-webkit-scrollbar { display: block; width: 10px; } + .scrollbar::-webkit-scrollbar-track { background: transparent; }