mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
refactor(website): font loading and reduce cls
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export { default } from '~/app/loading';
|
||||
@@ -0,0 +1 @@
|
||||
export { default } from '~/app/loading';
|
||||
1
apps/website/src/app/docs/packages/[package]/loading.tsx
Normal file
1
apps/website/src/app/docs/packages/[package]/loading.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export { default } from '~/app/loading';
|
||||
1
apps/website/src/app/docs/packages/loading.tsx
Normal file
1
apps/website/src/app/docs/packages/loading.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export { default } from '~/app/loading';
|
||||
@@ -10,7 +10,7 @@ export const runtime: ServerRuntime = 'edge';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="min-w-xs sm:w-md mx-auto flex min-h-screen flex-row place-content-center place-items-center gap-8 py-0 px-4 lg:py-8 lg:px-6">
|
||||
<div className="min-w-xs sm:w-md mx-auto flex min-h-screen flex-row place-content-center place-items-center gap-8 py-6 px-4 lg:py-6 lg:px-6">
|
||||
<div className="flex grow flex-col place-content-center gap-4">
|
||||
<h1 className="text-2xl font-semibold">Select a package:</h1>
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user