We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0345599 commit 7d5fa33Copy full SHA for 7d5fa33
src/Wiki/sitemaplinks.html
@@ -233,7 +233,7 @@ <h3>${wiki.title}</h3>
233
${username && isOwnerOrAdmin(wiki.owner) ? `<button class="edit" onclick="editWiki('${wiki.title}')">Edit</button>` : ''}
234
${username && isOwnerOrAdmin(wiki.owner) ? `<button class="delete" onclick="deleteWiki(${wiki.id})">Delete</button>` : ''}
235
<a href="scratch-coding-hut.netlify.app/wiki/report">
236
- <button>Report</button>
+ <button>⛳️ R</button>
237
</div>
238
`;
239
wikiList.appendChild(li);
0 commit comments