Skip to content

Commit

Permalink
fix: πŸ› fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Zichun627 committed Dec 28, 2023
1 parent 1851cdd commit cba351a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/HomeSolutionsCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const solutionList = [
</div>
</div>

<div class="mobile-bottom-solutions-card w-full flex flex-col">
<div class="mobile-bottom-solutions-card w-full flex flex-col hidden">
{
solutionList.map((item, index) => {
const { src, title } = item;
Expand Down

0 comments on commit cba351a

Please sign in to comment.