1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

fix hidden confirm button

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2023-01-30 23:57:37 +05:30
parent 921f5ee883
commit 85c3881dcd
5 changed files with 6 additions and 17 deletions
+4 -2
View File
@@ -10,8 +10,10 @@ page : View msg
page =
{ title = "Schedule a meet with me"
, body =
[ Html.div [ class "aspect-square flex items-center justify-center flex-col h-screen m-2" ]
[ Html.node "cal-com" [ id "calcom-widget", class "w-full p-2 " ] [] ]
[ Html.div [ class "flex items-center justify-center flex-col h-screen m-2" ]
[ Html.node "cal-com" [ id "calcom-widget", class "w-full p-2" ] []
]
, Html.div [ class "py-16" ] []
, footerLinksToSide
]
}