Skip to content

Commit b7d9190

Browse files
Remove slack and github icons (#83)
1 parent c99f32a commit b7d9190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/project.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ function displayModalData(ele) {
3636
return `
3737
<div class="gs-mentor">
3838
<span class="gs-mentor-name">${ele.name}</span>
39-
<a href="${ele.github}" target="_blank">
39+
<!--<a href="${ele.github}" target="_blank">
4040
<span class="iconify" data-icon="logos:github-icon" data-inline="false"></span>
4141
</a>
4242
<a href="https://app.slack.com/client/TRN1H1V43/CRZ1UF82Y/user_profile/${ele.slackId}" target="_blank" class="gs-mentor-slack">
4343
<span class="iconify" data-icon="logos:slack-icon" data-inline="false"></span>
44-
</a>
44+
</a>-->
4545
<a href="mailto:${ele.email}" style="font-size:1.5rem">
4646
<span class="iconify icon:mdi-light:email icon-inline:false"></span>
4747
</a>

0 commit comments

Comments
 (0)