Skip to content

Commit

Permalink
fix: remove snapping on footer as it's causing issues in many pages (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
enapupe authored Feb 1, 2024
1 parent 911d0f3 commit 80919b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(default)/components/PageFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Logo, LogoSize } from '../header'
*/
export const PageFooter: React.FC = () => {
return (
<footer className='relative footer p-10 bg-base-200 bg-base-content text-base-100 snap-start snap-normal'>
<footer className='relative footer p-10 bg-base-200 bg-base-content text-base-100'>
<aside>
<div className='border-2 border-accent py-3 pl-2 pr-4 rounded-full'><Logo size={LogoSize.md} className='fill-accent' /></div>
<p><span className='font-semibold text-lg'>OpenBeta</span><br /><span className='tracking-tight font-sm'>Free climbing database built & run by climbers.</span></p>
Expand Down

0 comments on commit 80919b3

Please sign in to comment.