Skip to content

Commit ca9515b

Browse files
authored
Update Page.tsx
1 parent 710b69d commit ca9515b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/components/Layout/Page.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,9 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
159159
}
160160
{showSurvey && (
161161
<>
162-
<<<<<<< HEAD
163-
<div className="flex flex-col items-center m-4 p-4">
164-
<p className="font-bold text-primary dark:text-primary-dark text-lg mb-4">
165-
এই ডকুমেন্টেশনগুলো আপনার কতটুকু ভাল লাগছে?
166-
=======
167162
<div className="flex flex-col items-center p-4 m-4">
168163
<p className="mb-4 text-lg font-bold text-primary dark:text-primary-dark">
169164
How do you like these docs?
170-
>>>>>>> 3563d95efe8719bdae8bbd258e6ab4134753348b
171165
</p>
172166
<div>
173167
<ButtonLink

0 commit comments

Comments
 (0)