We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06989c2 commit 584f629Copy full SHA for 584f629
1 file changed
MyApp.Client/src/components/Header.tsx
@@ -55,7 +55,7 @@ export default () => {
55
<div className="mx-3 relative">
56
<div>
57
<Link to="/profile"
58
- className="max-w-xs bg-white dark:bg-black rounded-full flex items-center text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 lg:p-2 lg:rounded-md lg:hover:bg-gray-50 dark:lg:hover:bg-gray-900 dark:ring-offset-black"
+ className="max-w-xs rounded-full flex items-center text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 lg:p-2 lg:rounded-md lg:hover:bg-gray-50 dark:lg:hover:bg-gray-900 dark:ring-offset-black"
59
id="user-menu-button" aria-expanded="false" aria-haspopup="true">
60
<img className="h-8 w-8 rounded-full" src={user.profileUrl} alt=""/>
61
<span
0 commit comments