fix(web): remove rounded corners of middle usernav item (#1430)

This commit is contained in:
martylukyy 2024-02-26 13:43:08 +01:00 committed by GitHub
parent 2e70ecbd9f
commit eb43dadd2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ export const RightNav = (props: RightNavProps) => {
active
? "bg-gray-100 dark:bg-gray-600"
: "",
"flex items-center transition rounded-t-md px-2 py-2 text-sm text-gray-900 dark:text-gray-200"
"flex items-center transition px-2 py-2 text-sm text-gray-900 dark:text-gray-200"
)}
>
<Cog6ToothIcon