Skip to content

Commit 9b24ae6

Browse files
author
Eliot Sanford
committed
fix: change placeholder to include the 'with @'
1 parent 71d1faf commit 9b24ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/social.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const Social = (props) => {
5757
</div>
5858
<div className="w-1/2 flex justify-center items-center text-xxs sm:text-lg py-4 pr-2 sm:pr-0">
5959
<img src="https://cdn.jsdelivr.net/npm/[email protected]/icons/hashnode.svg" className="w-6 h-6 sm:w-8 sm:h-8 mr-1 sm:mr-4" alt="hashnode" />
60-
<input id="hashnode" placeholder="hashnode @username" className="outline-none placeholder-gray-700 w-32 sm:w-1/2 border-t-0 border-l-0 border-r-0 border solid border-gray-900 py-1 px-2 focus:border-blue-700" value={social.hashnode} onChange={(event) => handleSocialChange('hashnode', event)} />
60+
<input id="hashnode" placeholder="hashnode username (with @)" className="outline-none placeholder-gray-700 w-32 sm:w-1/2 border-t-0 border-l-0 border-r-0 border solid border-gray-900 py-1 px-2 focus:border-blue-700" value={social.hashnode} onChange={(event) => handleSocialChange('hashnode', event)} />
6161
</div>
6262
<div className="w-1/2 flex justify-center items-center text-xxs sm:text-lg py-4 pr-2 sm:pr-0">
6363
<img src="https://cdn.jsdelivr.net/npm/[email protected]/icons/medium.svg" className="w-6 h-6 sm:w-8 sm:h-8 mr-1 sm:mr-4" alt="medium" />

0 commit comments

Comments
 (0)