Skip to content

Commit

Permalink
improve font loading and set -alpha- to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
eduramme committed Jan 16, 2025
1 parent 7998106 commit f23aa0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/ensnode.io/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import { Inter } from "next/font/google";
const inter = Inter({
subsets: ["latin"],
variable: "--font-inter",
display: "swap",
preload: true,
});

export const metadata: Metadata = {
Expand Down
2 changes: 1 addition & 1 deletion apps/ensnode.io/src/components/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const HeroSection = () => {
<h1 className="text-4xl leading-10 font-bold lg:font-extrabold text-center lg:text-5xl flex items-center justify-center gap-2">
ENSNode
<span className="text-sm px-2 py-0.5 -translate-y-1 -translate-x-1 bg-black text-white rounded-full">
Alpha
alpha
</span>
</h1>
<p className=" text-gray-500 mb-10 mt-2 text-lg leading-7 font-normal text-center">
Expand Down

0 comments on commit f23aa0a

Please sign in to comment.