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 deeb338 commit 405ee4bCopy full SHA for 405ee4b
src/Wiki/sitemaplinks.html
@@ -232,8 +232,8 @@ <h3>${wiki.title}</h3>
232
<div class="button-container">
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>⛳️ R</button>
+ <a href="report.html">
+ <button>Report</button>
237
</div>
238
`;
239
wikiList.appendChild(li);
0 commit comments