Commit 15986cf8 by sujata

document changes

1 parent 222b4cdb
...@@ -59,7 +59,7 @@ const HomeBlog = ({ data }) => { ...@@ -59,7 +59,7 @@ const HomeBlog = ({ data }) => {
<Container> <Container>
<div className="section-title"> <div className="section-title">
<span className="sub-title">OUR BLOGS</span> <span className="sub-title">OUR BLOGS</span>
<h2></h2>
<Heading el="h2" heading="Advith’s Insights" /> <Heading el="h2" heading="Advith’s Insights" />
</div> </div>
......
...@@ -56,9 +56,9 @@ const KnowledgeBlog = ({Knowledgedata}) => { ...@@ -56,9 +56,9 @@ const KnowledgeBlog = ({Knowledgedata}) => {
<div id="blog" className="blog-area pt-100 pb-70"> <div id="blog" className="blog-area pt-100 pb-70">
<Container> <Container>
<div className="section-title"> <div className="section-title">
<span className="sub-title">OUR BLOGS</span> <span className="sub-title">OUR BLOGS</span>
<h2></h2>
<Heading el="h2" heading="Meet Up With Our Blogs" /> <Heading el="h2" heading="Advith’s Insights" />
</div> </div>
<Row className="justify-content-center"> <Row className="justify-content-center">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!