Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ export default async function DocPage(props: { params: Promise<{ slug?: string[]
</article>
<Content />
<ComponentPagination doc={doc} />
<Footer />
</section>
<Footer />
<GapPattern className='2xl:h-full lg:h-full h-full lg:block hidden 2xl:w-10 lg:w-7 w-5 border-x border-y-0 absolute -right-8 top-0' />
</div>
<TableOfContents toc={doc.toc} />
Expand Down
4 changes: 2 additions & 2 deletions apps/ui-layout/components/website/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import React from 'react';
function Footer() {
return (
<>
<footer className='xl:pb-2 p-2 mt-8 rounded-md not-prose'>
<p className='text-balance text-center text-sm leading-loose text-primary/90 md:text-left'>
<footer className='mt-8 not-prose py-6'>
<p className='text-sm leading-loose text-primary/90 text-center md:text-left'>
Built by{' '}
<a
href='https://x.com/naymur_dev'
Expand Down