Skip to content

Commit

Permalink
Remove client:only from favorite roadmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Jun 14, 2023
1 parent 62b068a commit 00e9d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeroSection/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ import { FavoriteRoadmaps } from './FavoriteRoadmaps';
their career.
</p>
</div>
<FavoriteRoadmaps client:only client:authenticated />
<FavoriteRoadmaps client:authenticated />
</div>

0 comments on commit 00e9d44

Please sign in to comment.