Skip to content

Commit

Permalink
Update Page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nafistiham authored Feb 5, 2024
1 parent 710b69d commit ca9515b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/Layout/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,9 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
}
{showSurvey && (
<>
<<<<<<< HEAD
<div className="flex flex-col items-center m-4 p-4">
<p className="font-bold text-primary dark:text-primary-dark text-lg mb-4">
এই ডকুমেন্টেশনগুলো আপনার কতটুকু ভাল লাগছে?
=======
<div className="flex flex-col items-center p-4 m-4">
<p className="mb-4 text-lg font-bold text-primary dark:text-primary-dark">
How do you like these docs?
>>>>>>> 3563d95efe8719bdae8bbd258e6ab4134753348b
</p>
<div>
<ButtonLink
Expand Down

0 comments on commit ca9515b

Please sign in to comment.