Improve license helper text link

This commit is contained in:
Johannes Zellner
2025-09-24 20:14:43 +02:00
parent b1dce01b49
commit 3fc6da34e8
+5 -1
View File
@@ -114,7 +114,11 @@ onMounted(async () => {
<small class="text-danger">{{ formError.password }}</small>
</FormGroup>
<Checkbox v-model="acceptLicense" style="display: inline-flex;" label="Accept Cloudron License" required/><sup style="margin-left: 6px;"><a href="https://www.cloudron.io/legal/terms.html" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup><br/>
<Checkbox v-model="acceptLicense" id="acceptLicenseInput" style="display: inline-flex;" required>
<label for="acceptLicenseInput" class="pankow-checkbox-input-label">Accept Cloudron License
<sup style="margin-left: 4px"><a href="https://www.cloudron.io/legal/terms.html" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
</label>
</Checkbox>
</fieldset>
<div class="actions">