[Layout] Update current Logo - adjust size of tub logo

This commit is contained in:
Arslan, Erdem
2023-11-23 23:18:55 +01:00
parent 2b500fa42a
commit 99821a1f81

View File

@@ -106,8 +106,8 @@ export function Sidebar(props: SidebarProps) {
<Image <Image
src="/tub-logo.png" src="/tub-logo.png"
alt="TU Berlin Logo" alt="TU Berlin Logo"
width={75} width={150}
height={75} height={100}
priority priority
/> />
</div> </div>