Add teachers photos

This commit is contained in:
VityaSchel
2023-10-01 23:04:01 +04:00
parent 6653796e87
commit de4208337e
64 changed files with 745 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ export function Schedule({ days }: {
}) {
return (
<div>
<div className="flex flex-col p-16 gap-14">
{days.map((day, i) => (
<Day day={day} key={i} />
))}