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:
+4
-2
@@ -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
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user