update
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
const ArticleHeading = ({ text }: { text: string }) => {
|
||||
return (
|
||||
<h2 className={"text-center text-lg font-bold text-[#054786] mb-8"}>
|
||||
<h2 className={"mb-8 text-center text-lg font-bold text-[#054786]"}>
|
||||
{text}
|
||||
</h2>
|
||||
);
|
||||
|
Reference in New Issue
Block a user