Rework the error page and OH schedule
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
</script>
|
||||
|
||||
<div
|
||||
class="bg-ecsess-100 text-ecsess-900 hover:bg-ecsess-200 border-ecsess-300 grid h-full place-content-center rounded-md border text-center shadow-md transition-all hover:shadow-lg"
|
||||
class="bg-ecsess-100 text-ecsess-900 hover:bg-ecsess-200 grid h-full place-content-center rounded-md border-transparent text-center shadow-md transition-all hover:shadow-lg"
|
||||
>
|
||||
<p class="text-base font-extrabold lg:text-lg">
|
||||
<p class="text-base leading-tight font-semibold">
|
||||
{officeHour.member.name.split(' ')[0]}
|
||||
</p>
|
||||
|
||||
{#if !isShortBlock}
|
||||
<p class="text-ecsess-700 text-xs italic">
|
||||
<p class="text-ecsess-700 mt-0.5 text-[11px] leading-tight opacity-90">
|
||||
{shortenPosition(officeHour.member.position)}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user