fix: deprecate nested a link warning

This commit is contained in:
Weihua Lu
2021-04-30 15:18:19 +08:00
parent 4f61d12ec9
commit 4980423195
2 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@
(rum/defc menu-link
[options child]
[:a.block.px-4.py-2.text-sm.text-gray-700.transition.ease-in-out.duration-150.cursor.menu-link
[:div.block.px-4.py-2.text-sm.text-gray-700.transition.ease-in-out.duration-150.cursor.menu-link
options
child])