twitter added

This commit is contained in:
Devdatt Bhatt 2026-05-28 12:28:52 +00:00
parent 5a0cef107a
commit 2e34cfae00
1 changed files with 4 additions and 0 deletions

View File

@ -219,6 +219,10 @@ include 'header.php';
<input type="text" name="linkedin_url" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'linkedin_url')); ?>">
<label>LinkedIn URL</label>
</div>
<div class="input-group">
<input type="text" name="twitter_url" placeholder=" " value="<?php echo htmlspecialchars(getValue($saved_data, 'twitter_url')); ?>">
<label>X.com URL</label>
</div>
</div>
</div>
</div>