overflow scroll for categories (#2502)
This commit is contained in:
2
apps/api
2
apps/api
Submodule apps/api updated: 3ad84a7c15...378cbf8f3a
@@ -15,7 +15,7 @@ export default function AppStoreCategories({
|
||||
return (
|
||||
<div className="mb-16">
|
||||
<h2 className="mb-2 text-lg font-semibold text-gray-900">{t("popular_categories")}</h2>
|
||||
<div className="grid-col-1 grid gap-3 md:grid-flow-col">
|
||||
<div className="grid-col-1 grid w-full gap-3 overflow-scroll sm:grid-flow-col">
|
||||
{categories.map((category) => (
|
||||
<Link key={category.name} href={"/apps/categories/" + category.name}>
|
||||
<a
|
||||
|
||||
Submodule apps/website updated: 3df94a7d46...06778de545
3
packages/app-store/wipemycalother/README.mdx
Normal file
3
packages/app-store/wipemycalother/README.mdx
Normal file
@@ -0,0 +1,3 @@
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/O2KoAeYbsMI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
Wipe My Cal is a Cal.com exclusive app that redefines what it looks like to reschedule multiple meetings at the same time. Simply install the app, and select ‘Wipe Today’ in the /booking page to mass reschedule the entire day. Handle emergencies, unexpected sick days and last minute events with the simple click of a button.
|
||||
Reference in New Issue
Block a user