Skip to content
Open
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
5 changes: 2 additions & 3 deletions examples/with-ant-design/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use client";

import React from "react";
import Link from "next/link";
import { SmileFilled } from "@ant-design/icons";
import {
Expand All @@ -22,12 +21,12 @@ const HomePage = () => (
<Link href="#" className="logo mr-0">
<SmileFilled style={{ fontSize: 48 }} />
</Link>
<p className="mb-0 mt-3 text-disabled">Welcome to the world !</p>
<p className="mb-0 mt-3 text-disabled">Welcome to the world!</p>
</div>
<div>
<Form
layout="horizontal"
size={"large"}
size="large"
labelCol={{ span: 8 }}
wrapperCol={{ span: 8 }}
>
Expand Down