We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a4fd5 commit 52702f0Copy full SHA for 52702f0
1 file changed
js/resources.js
@@ -207,16 +207,6 @@ function create_handout_tr(ho) {
207
208
function create_showcase_card(project) {
209
/*
210
-<<<<<<< HEAD
211
- <tr>
212
- <td scope="row">
213
- <b>Sample Project Title</b> <br>
214
- Sample Project Authors <br>
215
- <a href="link_to_project"> [Check it Out!] </a>
216
- </td>
217
- <td> (Image, if applicable) </td>
218
- </tr>
219
-=======
220
<div class="card" style="width: 18rem;">
221
<div class="card-body">
222
<h5 class="card-title">{ project.title }</h5>
0 commit comments