Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions packages/code-components/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import './App.css';
// import { useControls } from 'leva';
// import ProSphere from './components/ProSphere/ProSphere';
// import UnrealBloomExample from './components/UnrealBloomExample/UnrealBloomExample';
import AutoplayTabs from './components/AutoplayTabs/AutoplayTabs';
// import CalendarCMS from './components/CalendarCMS/Calendar';
// import AutoplayTabs from './components/AutoplayTabs/AutoplayTabs';
import CalendarCMS from './components/CalendarCMS/Calendar';
// import Calendar from "./components/Calendar/Calendar";

function App() {
Expand Down Expand Up @@ -64,7 +64,7 @@ function App() {
{...vignetteControls}
/>
</div> */}
<AutoplayTabs
{/* <AutoplayTabs
autoplay={true}
autoplayDuration={5000}
tabOneLabel="LEARN IN REAL TIME"
Expand All @@ -76,8 +76,8 @@ function App() {
tabThreeLabel="LEARN ON YOUR OWN TIME"
tabThreeTitle="On-demand library"
tabThreeDescription="Need a primer or refresher? You'll still have full access to our Webflow University self-paced courses — available anytime, anywhere."
/>
{/* <CalendarCMS
/> */}
<CalendarCMS
cmsCollectionComponentSlot={
<div slot="cmsCollectionComponentSlot">
<div className="w-dyn-list">
Expand Down Expand Up @@ -166,7 +166,7 @@ function App() {
</div>
</div>
}
/> */}
/>
</>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@

.wf-cal-event:hover {
background: var(--border);
border-color: var(--blue);
color: var(--theme--t_text-on-light, #171717);
transform: translateY(-1px);
}

Expand Down