diff --git a/src/configs/data.configs.ts b/src/configs/data.configs.ts index 14dac49..78a2b5b 100644 --- a/src/configs/data.configs.ts +++ b/src/configs/data.configs.ts @@ -93,6 +93,7 @@ export const FooterLinksItems: { links: [ { label: 'Terms of Use', href: '/terms' }, { label: 'Privacy Policy', href: '/privacy-policy' }, + { label: 'Security', href: '/security' }, { label: 'About', href: '/about' }, ], }, diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index fc6836c..bd80287 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -76,6 +76,7 @@ export default function App({ Component, pageProps }: AppLayoutProps) { } .anchor { + position: relative; margin-top: calc(-1 * var(--lpe-article-rendered-margin-top)); padding-bottom: var(--lpe-article-rendered-margin-top); margin-bottom: -16px;