Skip to content

Commit ccf513f

Browse files
committed
Update ContentsLayout
1 parent 2ba7197 commit ccf513f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/layouts/ContentsLayout.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,10 @@ export function ContentsLayout({ children, meta, classes, tableOfContents }) {
218218
<a className="mt-10 text-sm hover:text-gray-900">Edit this page on GitHub</a>
219219
</Link>
220220
</div>
221-
<Link
222-
href={`https://vercel.com/?utm_source=javaistic&utm_campaign=oss`}
223-
>
224-
<a className="text-sm mr-1">
225-
Powered by <span className="text text-base font-bold text-black">▲Vercel</span>
226-
</a>
221+
<Link href={`https://vercel.com/?utm_source=javaistic&utm_campaign=oss`}>
222+
<a className="text-sm mr-1">
223+
Powered by <span className="text text-base font-bold text-black">▲Vercel</span>
224+
</a>
227225
</Link>
228226
</div>
229227
<div className="hidden xl:text-sm xl:block flex-none w-64 pl-8 mr-8">

0 commit comments

Comments
 (0)