Skip to content

Commit

Permalink
Fix the Social media icons is not be visible (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aribaskar-jb authored Oct 1, 2023
1 parent 34bafad commit 8f60cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/speakerDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const SpeakerDetail = ({ speaker, showHyperLink }) => {
className="my-1"
name={item.platform}
color="#fff"
backgroundColor="1f928d"
backgroundColor="#1f928d"
/>
</Link>
</span>
Expand All @@ -93,7 +93,7 @@ const SpeakerDetail = ({ speaker, showHyperLink }) => {
className="my-1"
name="newTab"
color="#fff"
backgroundColor="1f928d"
backgroundColor="#1f928d"
/>
</Link>
</span>
Expand Down

0 comments on commit 8f60cb5

Please sign in to comment.