Fixes to the Download Errors

This commit is contained in:
2026-02-22 14:16:06 +02:00
parent cfae55025d
commit bdddc304ee
3 changed files with 5 additions and 5 deletions

View File

@@ -131,7 +131,7 @@ export default function BuilderForm() {
← Back to Builder
</button>
<h1 className="text-2xl font-bold" style={{ color: "var(--text-heading)" }}>
{isEdit ? "Edit Built Melody" : "New Built Melody"}
{isEdit ? "Edit Archetype" : "New Archetype"}
</h1>
</div>
<div className="flex gap-3">
@@ -167,7 +167,7 @@ export default function BuilderForm() {
<div className="space-y-6">
{/* --- Info Section --- */}
<section className="rounded-lg p-6 border" style={sectionStyle}>
<h2 className="text-lg font-semibold mb-4" style={{ color: "var(--text-heading)" }}>Melody Info</h2>
<h2 className="text-lg font-semibold mb-4" style={{ color: "var(--text-heading)" }}>Archetype Info</h2>
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<label className="block text-sm font-medium mb-1" style={labelStyle}>Name *</label>