Skip to content

Commit

Permalink
remove offer button changed to remove in category offer
Browse files Browse the repository at this point in the history
  • Loading branch information
navneethvi committed Jan 30, 2024
1 parent efdadb3 commit 2c52bfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion views/admin/category.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<button class="btn btn-info"
onclick="removeOffer('<%= cat[i]._id %>')"
style="width: 100px;">
<a href="#" class="text-white">Remove Offer</a>
<a href="#" class="text-white">Remove</a>
</button>
<% } %>
</td>
Expand Down

0 comments on commit 2c52bfd

Please sign in to comment.