swr events refactor

This commit is contained in:
Blake Blackshear
2022-03-11 07:49:06 -06:00
parent 4bae3993da
commit 1c9ba11e07
76 changed files with 29753 additions and 9109 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export function Destination({ className = '', href, text, ...other }) {
const styleProps = {
[external
? 'className'
? className
: 'class']: 'block p-2 text-sm font-semibold text-gray-900 rounded hover:bg-blue-500 dark:text-gray-200 hover:text-white dark:hover:text-white focus:outline-none ring-opacity-50 focus:ring-2 ring-blue-300',
};