Skip to content

Commit 07cddca

Browse files
authored
Update Wiki.html
Added report button
1 parent 4f7e30a commit 07cddca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Wiki/Wiki.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
<b>Page Actions</b>
9292
<button onclick="editPage(${page.id}, '${page.title}', '${page.body}')">✏️ Edit</button>
9393
<button onclick="deletePage(${page.id})">🗑️ Delete</button>
94+
<a href="https://scratch-coding-hut.github.io/Wiki/report-page">
95+
<button>⛳️ Report</button>
96+
</a>
9497
</div>
9598
</div>`;
9699
});

0 commit comments

Comments
 (0)