-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Exercism public profile in Social section (fixes #761)
- Loading branch information
1 parent
888aff3
commit 04aaa5e
Showing
5 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -343,6 +343,20 @@ const Social = (props) => { | |
onChange={(event) => handleSocialChange('rssurl', event)} | ||
/> | ||
</div> | ||
<div className="w-1/2 flex justify-center items-center text-xxs sm:text-lg py-4 pr-2 sm:pr-0"> | ||
<img | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/icons/exercism.svg" | ||
className="w-6 h-6 sm:w-8 sm:h-8 mr-1 sm:mr-4" | ||
alt="exercism" | ||
/> | ||
<input | ||
id="exercism" | ||
placeholder="exercism 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.exercism} | ||
onChange={(event) => handleSocialChange('exercism', event)} | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.