Skip to content

Commit d5798df

Browse files
committed
frontend
1 parent 62a99f5 commit d5798df

File tree

5 files changed

+542
-130
lines changed

5 files changed

+542
-130
lines changed

pdfs.db

0 Bytes
Binary file not shown.
3.31 KB
Binary file not shown.

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<label for="word_count" class="block mb-2 text-sm font-medium text-gray-700">Target Word Count</label>
3333
<input type="number" id="word_count" name="word_count" value="10000" required class="w-full p-3 border border-gray-300 rounded-md focus:ring-2 focus:ring-primary focus:border-transparent transition">
3434
</div>
35-
<button type="submit" class="w-full bg-primary text-white py-3 rounded-md hover:bg-blue-600 transition font-medium">Generate Book</button>
35+
<button type="submit" class="w-full bg-indigo-950 text-white py-3 rounded-md hover:bg-blue-600 transition font-medium">Generate Book</button>
3636
</form>
3737
<div id="progress" class="mt-4 text-secondary text-center"></div>
3838
<div id="error-message" class="mt-4 p-4 bg-red-100 text-red-700 rounded-md text-center font-medium hidden"></div>

0 commit comments

Comments
 (0)