Skip to content

Commit

Permalink
feat: ICP (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: ChingCdesu <[email protected]>
  • Loading branch information
MistEO and ChingCdesu authored Feb 10, 2025
1 parent 1e4da38 commit e2fb2c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ export default async function LocaleLayout({
{children}
</NextIntlClientProvider>
</Providers>
{/* ICP备案 */}
<div className="fixed bottom-4 w-full text-center">
<a href="https://beian.miit.gov.cn/" target="_blank" className="text-xs text-gray-500 dark:text-gray-400">
皖ICP备2025075166号
</a>
</div>
</body>
</html>
);
Expand Down

0 comments on commit e2fb2c3

Please sign in to comment.