modify selector

This commit is contained in:
bob.rao
2023-04-26 13:15:35 +08:00
parent 0a51291e6f
commit 5f15574e2c

View File

@@ -1,6 +1,6 @@
function addCheckboxes() { function addCheckboxes() {
const conversations = document.querySelectorAll( const conversations = document.querySelectorAll(
'.flex.flex-col.gap-2.pb-2.text-gray-100.text-sm > .flex.py-3.px-3.items-center.gap-3.relative.rounded-md' '.flex.py-3.px-3.items-center.gap-3.relative.rounded-md'
); );
conversations.forEach((conversation, index) => { conversations.forEach((conversation, index) => {