update App.js and src/components/ReligiousTimes/index.js

master
Your Name 3 years ago
parent 7367a3c501
commit 1df82d06e6
  1. 2
      src/App.js
  2. 2
      src/components/ReligiousTimes/index.js

@ -116,7 +116,7 @@ function App() {
{/* <SidebarMenu /> */}
{/* <SimpleBarChart /> */}
{/* <SpecifiedDomainRadarChart /> */}
<Design1 />
{/* <Design1 /> */}
{/* <Design2 /> */}
{/* <TableDesign1 /> */}
{/* <ReactTable2 /> */}

@ -11,7 +11,7 @@ import React from 'react'
const ReligiousTimes = ({hours}) => {
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) => (
<div className="flex flex-row items-center" key={index}>
<span className="text-xs text-[#0F0543] font-bold">

Loading…
Cancel
Save