content upgrades, contribution contact
This commit is contained in:
@@ -171,6 +171,18 @@ const sortedTools = data.tools.sort((a: any, b: any) => a.name.localeCompare(b.n
|
||||
class="form-input"
|
||||
></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="contact" class="form-label">Kontakt (Optional)</label>
|
||||
<input
|
||||
type="text"
|
||||
id="contact"
|
||||
name="contact"
|
||||
placeholder="Discord: @username, Telegram: @username, oder andere Kontaktmöglichkeit"
|
||||
class="form-input"
|
||||
/>
|
||||
<small class="form-help">Wird nur im Git-Issue angezeigt, falls Nachfragen entstehen</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-actions">
|
||||
|
||||
@@ -232,6 +232,15 @@ const isEdit = !!editTool;
|
||||
<span id="reason-count">0</span>/500
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-bottom: 1.5rem;">
|
||||
<label for="contact" style="display: block; margin-bottom: 0.5rem; font-weight: 600;">Kontakt (Optional)</label>
|
||||
<input type="text" id="contact" name="contact"
|
||||
placeholder="Discord: @username, Telegram: @username, oder andere Kontaktmöglichkeit"
|
||||
class="form-input" />
|
||||
<small style="display: block; margin-top: 0.25rem; color: var(--color-text-secondary); font-size: 0.8125rem;">
|
||||
Wird nur im Git-Issue angezeigt, falls Nachfragen entstehen
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="border: 1px solid var(--color-border); border-radius: 0.5rem; padding: 1.5rem; margin-bottom: 2rem;">
|
||||
|
||||
Reference in New Issue
Block a user