Skip to content

Commit

Permalink
[#70] Remove "lorem ipsum" Statistics subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Nov 14, 2024
1 parent 9bb2515 commit e8dca54
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ const IntroSection = () => {
return (
<div className="w-full space-y-2 my-4 pb-4 border-b border-grey-100">
<h1 className="font-extra-bold text-xl">{t_dashboard("statistics")}</h1>
<p className="text-base">
Lorem ipsum dolor sit amet, consectetur adipiscing elit ut aliquam,
purus sit amet luctus venenatis.
</p>
</div>
);
};
Expand Down

0 comments on commit e8dca54

Please sign in to comment.