We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5c18b commit ad8bd64Copy full SHA for ad8bd64
app/src/App.tsx
@@ -54,7 +54,7 @@ export default function App() {
54
<img
55
src={`${globalState.organizationLogo}`}
56
alt="logo"
57
- style={{ height: 60, width: 60, objectFit: 'cover' }}
+ style={{ height: 60, objectFit: 'cover' }}
58
/>
59
<h1>{globalState.organizationName}</h1>
60
</div>
0 commit comments