Skip to content

Commit

Permalink
Remove the blog post modal with Rob
Browse files Browse the repository at this point in the history
  • Loading branch information
Breno committed Dec 18, 2024
1 parent 4383c60 commit d0d8118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/templates/blog-post/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { graphql } from 'gatsby';
import * as React from 'react';
import dayjs from 'dayjs';
import reltime from 'dayjs/plugin/relativeTime';
import BlogPostPopupModal from '../../components/BlogPostPopupModal';
import Breadcrumbs from '../../components/Breadcrumbs';
import Layout from '../../components/Layout';
import Seo from '../../components/seo';
Expand Down Expand Up @@ -31,7 +30,7 @@ const BlogPostTemplate = ({ data: { post } }) => {
]}
/>
<BlogPost post={post} hasPopularArticlesSection hasBodyCtaBanner />
<BlogPostPopupModal />
{/* <BlogPostPopupModal /> */}
</Layout>
);
};
Expand Down

0 comments on commit d0d8118

Please sign in to comment.