Skip to content

Commit f6126d8

Browse files
committed
Update ContentsLayout.js
1 parent 0eae41f commit f6126d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/layouts/ContentsLayout.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { ClassTable } from '@/components/ClassTable'
2+
import FeedbackForm from '@/components/Feedback'
23
import { PageHeader } from '@/components/PageHeader'
34
import { usePrevNext } from '@/hooks/usePrevNext'
45
import { SidebarContext, SidebarLayout } from '@/layouts/SidebarLayout'
@@ -208,11 +209,12 @@ export function ContentsLayout({ children, meta, classes, tableOfContents }) {
208209
)}
209210
</div>
210211
)}
211-
<div className="mt-12 border-t border-gray-200 dark:border-gray-700">
212+
213+
<div className="mt-12 border-t border-gray-200 dark:border-gray-700 ">
212214
<Link
213215
href={`https://github.com/javaistic/javaistic/edit/main/src/pages${router.pathname}.mdx`}
214216
>
215-
<a className="mt-10 flex items-center text-base font-medium hover:text-gray-900 dark:hover:text-white">
217+
<a className="mt-10 flex items-center text-base font-medium hover:text-gray-900 dark:hover:text-white sm:w-1/3">
216218
Edit this page on GitHub
217219
<PencilAltIcon className="ml-2 h-5 w-5" />
218220
</a>

0 commit comments

Comments
 (0)