Skip to content

Commit c4963fc

Browse files
authored
Merge pull request #466 from sadmann7/update-layout
chore: update layout
2 parents 974c7f2 + a609215 commit c4963fc

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

public/images/screenshot.png

2.09 KB
Loading

src/app/components/file-upload-uploadthing-demo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export function FileUploadUploadThingDemo() {
138138
</FileUpload>
139139
{uploadFiles.length > 0 ? (
140140
<div className="flex flex-col gap-4">
141-
<p className="font-medium text-sm">Uploaded files:</p>
141+
<p className="font-medium text-sm">Uploaded files</p>
142142
<div className="flex items-center gap-2 overflow-x-auto">
143143
{uploadedFiles.map((file) => (
144144
<div key={file.key} className="relative size-20">

src/app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export const metadata: Metadata = {
5454
icons: {
5555
icon: "/icon.png",
5656
},
57-
manifest: `${siteConfig.url}/site.webmanifest`,
5857
};
5958

6059
export const viewport: Viewport = {

src/app/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ export default function IndexPage() {
1717
<Card>
1818
<CardHeader>
1919
<CardTitle>Basic</CardTitle>
20-
<CardDescription>
21-
Simple file upload component for server uploads.
22-
</CardDescription>
20+
<CardDescription>Basic controlled file upload.</CardDescription>
2321
</CardHeader>
2422
<CardContent>
2523
<FileUploadDemo />

0 commit comments

Comments
 (0)