Skip to content

Commit ad8bd64

Browse files
committed
fix: remove width from logo for vertical logos
1 parent de5c18b commit ad8bd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function App() {
5454
<img
5555
src={`${globalState.organizationLogo}`}
5656
alt="logo"
57-
style={{ height: 60, width: 60, objectFit: 'cover' }}
57+
style={{ height: 60, objectFit: 'cover' }}
5858
/>
5959
<h1>{globalState.organizationName}</h1>
6060
</div>

0 commit comments

Comments
 (0)