|
|
@ -11,7 +11,7 @@ import React from 'react' |
|
|
|
|
|
|
|
|
|
|
|
const ReligiousTimes = ({hours}) => { |
|
|
|
const ReligiousTimes = ({hours}) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="flex flex-row items-center justify-center bg-white shadow-sm rounded-lg max-w-[440px] w-1/3 py-3.5 px-0.5 mr-10"> |
|
|
|
<div className="flex flex-row items-center justify-center bg-white shadow-sm rounded-lg max-w-[465px] w-1/3 py-3.5 px-0.5 mr-10"> |
|
|
|
{hours.map((hour,index) => ( |
|
|
|
{hours.map((hour,index) => ( |
|
|
|
<div className="flex flex-row items-center" key={index}> |
|
|
|
<div className="flex flex-row items-center" key={index}> |
|
|
|
<span className="text-xs text-[#0F0543] font-bold"> |
|
|
|
<span className="text-xs text-[#0F0543] font-bold"> |
|
|
|