Merge branch 'master' of github.com:kamranahmedse/developer-roadmap into arikchakma-feat/badges

feat/roadcards
Kamran Ahmed 1 year ago
commit f90862f783
  1. 2
      src/components/HeroSection/FavoriteRoadmaps.tsx
  2. 2
      src/components/HeroSection/HeroSection.astro

@ -75,10 +75,10 @@ export function FavoriteRoadmaps() {
}
useEffect(() => {
showProgressContainer();
loadProgress().finally(() => {
setIsLoading(false);
});
showProgressContainer();
}, []);
if (isPreparing) {

@ -24,5 +24,5 @@ import { FavoriteRoadmaps } from './FavoriteRoadmaps';
their career.
</p>
</div>
<FavoriteRoadmaps client:only client:authenticated />
<FavoriteRoadmaps client:authenticated />
</div>

Loading…
Cancel
Save