We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99f32a commit b7d9190Copy full SHA for b7d9190
js/project.js
@@ -36,12 +36,12 @@ function displayModalData(ele) {
36
return `
37
<div class="gs-mentor">
38
<span class="gs-mentor-name">${ele.name}</span>
39
- <a href="${ele.github}" target="_blank">
+ <!--<a href="${ele.github}" target="_blank">
40
<span class="iconify" data-icon="logos:github-icon" data-inline="false"></span>
41
</a>
42
<a href="https://app.slack.com/client/TRN1H1V43/CRZ1UF82Y/user_profile/${ele.slackId}" target="_blank" class="gs-mentor-slack">
43
<span class="iconify" data-icon="logos:slack-icon" data-inline="false"></span>
44
- </a>
+ </a>-->
45
<a href="mailto:${ele.email}" style="font-size:1.5rem">
46
<span class="iconify icon:mdi-light:email icon-inline:false"></span>
47
0 commit comments