Issues 2, 5, 6, 26, 34, 36, 39 and 40 #16

Merged
Ghost merged 17 commits from issue-34 into main 2023-11-25 23:32:32 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b96a150c78 - Show all commits

BIN
pkgs/ui/public/tub-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -104,8 +104,8 @@ export function Sidebar(props: SidebarProps) {
<div className="flex items-center justify-between gap-2 overflow-hidden px-0 py-5 lg:p-6">
<div className="mt-8 hidden w-full text-center font-semibold text-white lg:block">
<Image
src="/logo.png"
alt="TUB Logo"
src="/tub-logo.png"
alt="TU Berlin Logo"
width={75}
height={75}
priority