Skip to content

Commit

Permalink
Merge pull request #43 from dizzpy/main
Browse files Browse the repository at this point in the history
refactor(timeline): date icon removed
  • Loading branch information
dizzpy authored Sep 27, 2024
2 parents 053d20f + babcd6e commit 3ed584b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/TimelineTextContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const TimelineTextContent = ({
{title}
</h1>
<div className="flex items-center py-2 md:hidden ">
<BsCalendarDateFill className="text-gray-100 text-lg" />
<p className="text-gray-100 text-lg sm:text-md ml-2">
{/* <BsCalendarDateFill className="text-gray-100 text-lg" /> */}
<p className="text-gray-100 text-lg sm:text-md">
{date}
</p>
</div>
Expand Down

0 comments on commit 3ed584b

Please sign in to comment.