From ff76d110c943e0b9b0716c8b14b2a184c4a52a76 Mon Sep 17 00:00:00 2001 From: Kittipod Lambangchang Date: Sun, 24 Nov 2024 03:25:43 +0700 Subject: [PATCH 1/2] Release 1.0.7 (#64) * fix: update config (#51) * feat: fix logo overflow, add more info (#52) Co-authored-by: Chaksawat <88503339+Nonene2546@users.noreply.github.com> * feat: seminar-section (#53) * feat: change seminar-table to support 1 room * feat: add chart image * hotfix: fix dockerfile (#54) * FIX | fix github actions (#55) * hotfix: fix dockerfile * fix: fix github actions pipeline * FIX | Pull new image (#56) * hotfix: fix dockerfile * fix: fix github actions pipeline * fix: fix github pipeline * FIX | fix docker compose (#57) * hotfix: fix dockerfile * fix: fix github actions pipeline * fix: fix github pipeline * feat: always pull image * fix: fix arai mai ru * feat/deploy-prod * fix: fix active navbar (#58) * fix: fix prod.yml * HOTFIX | fix locations styles (#60) * hotfix: fix locations styles * fix: remove console.log --------- Co-authored-by: Jirapat Treesuwan Co-authored-by: Kittipod Lambangchang * FIX | improve navbar size (#61) * fix: fix active navbar * style: improve bigger navbar --------- Co-authored-by: Kittipod Lambangchang * FIX | modal too long (#63) * fix: add scroll bar, pai add style kan ao aeng na * fix: fix navbar padding * fix: fix navbar padding --------- Co-authored-by: Chaksawat <88503339+Nonene2546@users.noreply.github.com> --------- Co-authored-by: Chaksawat <88503339+Nonene2546@users.noreply.github.com> Co-authored-by: Kachen <106764256+Roshanen@users.noreply.github.com> Co-authored-by: kittayot.s Co-authored-by: Jirapat Treesuwan <110451238+Peqchji@users.noreply.github.com> Co-authored-by: Jirapat Treesuwan --- src/modules/home/_components/company-info-modal.tsx | 4 ++-- src/shared/components/navbar/navbar.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/home/_components/company-info-modal.tsx b/src/modules/home/_components/company-info-modal.tsx index 0588ad3..13adb8a 100644 --- a/src/modules/home/_components/company-info-modal.tsx +++ b/src/modules/home/_components/company-info-modal.tsx @@ -64,8 +64,8 @@ export function CompanyInfoModal({ {/*
{type}
*/} - -
{description}
+ +

{description}

{contact && (
diff --git a/src/shared/components/navbar/navbar.tsx b/src/shared/components/navbar/navbar.tsx index 20af808..62b866e 100644 --- a/src/shared/components/navbar/navbar.tsx +++ b/src/shared/components/navbar/navbar.tsx @@ -12,7 +12,7 @@ export function NavBar() { const currenSection = useCurrentSectionStore((state) => state.currentSection); return ( -