Skip to content

Commit 3fa685f

Browse files
Merge pull request #664 from Himanshukumar2211/delete/feedbackForm
Remove dummy feedback form from projects pages.
2 parents c309ae3 + d77a3a9 commit 3fa685f

File tree

2 files changed

+0
-101
lines changed

2 files changed

+0
-101
lines changed

src/app/projects/[slug]/page.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import remarkGfm from 'remark-gfm-4';
99

1010
import { Container } from '@/components/shared/Container';
1111
import { Prose } from '@/components/shared/Prose';
12-
import { FeedbackForm } from '@/components/products/FeedbackForm';
1312
import projects from '@/helper/projects';
1413

1514
export async function generateStaticParams() {
@@ -181,7 +180,6 @@ export default function ProductPage({ params }) {
181180
</div>
182181
</div>
183182

184-
<FeedbackForm />
185183
</Container>
186184
);
187185
}

src/components/products/FeedbackForm.jsx

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)