fix back button

This commit is contained in:
arifal
2025-03-11 01:17:16 +07:00
parent 65600f1b4f
commit b8f7d7f655
5 changed files with 102 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ class GoogleSheets {
if (canUpdate) {
buttons += `
<a href="/data/google-sheets/${cell}/edit" class="btn btn-yellow btn-sm d-inline-flex align-items-center justify-content-center">
<a href="#" class="btn btn-yellow btn-sm d-inline-flex align-items-center justify-content-center">
<i class='bx bx-edit'></i>
</a>
`;