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

This commit is contained in:
Arslan, Erdem
2023-11-23 23:28:46 +01:00
parent 99821a1f81
commit 417ca354fc

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={150} width={125}
height={100} height={90}
priority priority
/> />
</div> </div>