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