Skip to content

Commit 0543ea6

Browse files
Restyled by whitespace
1 parent d84f770 commit 0543ea6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/public/next.svg

Lines changed: 1 addition & 1 deletion
Loading

client/public/vercel.svg

Lines changed: 1 addition & 1 deletion
Loading

client/src/app/api/upload/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ export async function POST(req: NextRequest) {
5757
const response = new NextResponse(parsedText);
5858
response.headers.set('FileName', fileName);
5959
return response;
60-
}
60+
}

client/src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
/* Colors Masks (for text) */
4242
.text_gradient {
4343
@apply bg-clip-text text-transparent;
44-
}
44+
}

0 commit comments

Comments
 (0)