Skip to content

Commit

Permalink
add pub components
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie85270 committed Mar 16, 2021
1 parent 6dcb76a commit 32df578
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/site/section/SectionDesc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,9 @@ const SectionDesc = ({ title, items, id, hasCommingSoon, isTemplate }: Props) =>
</div>
</div>
)}

<div className="opacity-100 rounded-lg w-full sm:w-1/3 m-2 md:m-0 md:w-1/5">
<SquarePub />
</div>
</>
</div>
<SquarePub />
</div>
);
};
Expand Down

0 comments on commit 32df578

Please sign in to comment.