Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions app/[locale]/what-is-ethereum/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -681,9 +681,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
<Card className="overflow-hidden rounded-2xl border">
<CardTitle className="flex items-center gap-4 border-b bg-background-highlight p-4">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CardTitle is the h3 right?

<User className="size-8 text-accent-a" />
<h3 className="text-2xl">
{t("page-what-is-ethereum-start-individuals-title")}
</h3>
{t("page-what-is-ethereum-start-individuals-title")}
</CardTitle>
<CardContent className="space-y-12 p-8">
<div className="space-y-6">
Expand Down Expand Up @@ -754,9 +752,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
<Card className="overflow-hidden rounded-2xl border">
<CardTitle className="flex items-center gap-4 border-b bg-background-highlight p-4">
<SquareCode className="size-8 text-accent-b" />
<h3 className="text-2xl">
{t("page-what-is-ethereum-start-developers-title")}
</h3>
{t("page-what-is-ethereum-start-developers-title")}
</CardTitle>
<CardContent className="space-y-12 p-8">
<div className="space-y-6">
Expand Down Expand Up @@ -798,9 +794,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
<Card className="overflow-hidden rounded-2xl border">
<CardTitle className="flex items-center gap-4 border-b bg-background-highlight p-4">
<Landmark className="size-8 text-accent-c" />
<h3 className="text-2xl">
{t("page-what-is-ethereum-start-business-title")}
</h3>
{t("page-what-is-ethereum-start-business-title")}
</CardTitle>
<CardContent className="space-y-12 p-8">
<div className="space-y-6">
Expand Down