Okay can I please move away from working on this now so I can get the other pages done lol
This commit is contained in:
parent
a9c2016d6c
commit
eb81af0cbd
@ -54,7 +54,7 @@ export default function HRT({ startTimes }) {
|
||||
</p>
|
||||
<div className="pb-6 text-lg md:text-2xl text-center text-werefox-blue-dark dark:text-werefox-blue grid grid-cols-1 grid-rows-4">
|
||||
{Object.keys(timesArray).map((t) => (
|
||||
<p>{timesArray[t]}</p>
|
||||
<p key={t}>{timesArray[t]}</p>
|
||||
))}
|
||||
</div>
|
||||
</WCard>
|
||||
|
Loading…
Reference in New Issue
Block a user