diff --git a/servers/nextjs/app/custom-layout/components/AnthropicKeyWarning.tsx b/servers/nextjs/app/custom-layout/components/AnthropicKeyWarning.tsx new file mode 100644 index 00000000..68d8e565 --- /dev/null +++ b/servers/nextjs/app/custom-layout/components/AnthropicKeyWarning.tsx @@ -0,0 +1,20 @@ +import React from "react"; +import Header from "@/components/Header"; + +export const AnthropicKeyWarning: React.FC = () => { + return ( +
+ It Only works on Anthropic(Claude-4). +
+
+ HTML Editor
+ + 🔄 Converting to HTML... +
++ ✗ Conversion failed +
++ Image too large for processing +
++ This slide's image exceeds the 5MB limit. Try using a + smaller resolution PPTX file. +
++ ⏳ Waiting in queue to process... +
++ Drag and drop your file here or click to browse +
++ {selectedFile.name} +
++ {(selectedFile.size / (1024 * 1024)).toFixed(2)} MB +
+{message}
+Checking Anthropic Key...
-- It Only works on Anthropic(Claude-4). -
-- Drag and drop your file here or click to browse -
-- {selectedFile.name} -
-- {(selectedFile.size / (1024 * 1024)).toFixed(2)} MB -
-