Added a checkbox for twitterBadge as add-on

This commit is contained in:
Sunit Shirke
2020-10-01 16:36:07 +05:30
committed by GitHub
parent b1c813540f
commit 1737d02957
+11
View File
@@ -69,6 +69,17 @@ const Addons = props => {
  display top skills
</label>
</div>
<div className="py-2 flex justify-start items-center text-sm sm:text-lg">
<label htmlFor="twitter-badge" className="cursor-pointer">
<input
id="twitter-badge"
type="checkbox"
checked={props.data.twitterBadge}
onChange={event => props.handleCheckChange("twitterBadge")}
/>
&nbsp; display twitter badge
</label>
</div>
<div className="py-2 flex justify-start items-center text-sm sm:text-lg">
<label htmlFor="dev-dynamic-blogs" className="cursor-pointer">
<input