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

master
mahdi 2 years ago
parent ffec73e469
commit 6c255452d9
  1. 4
      src/App.js
  2. 2
      src/components/TitleSubtitle/index.js

@ -144,8 +144,8 @@ function App() {
{/* <CardTrelloDesign /> */}
{/* <ReligiousTimes /> */}
{/* <DistributedData /> */}
<CardDesign1 />
<CardDesign2 />
{/* <CardDesign1 /> */}
{/* <CardDesign2 /> */}
<CardDesign3 />
{/* <LeafletMap /> */}

@ -12,7 +12,7 @@ const TitleSubtitle = ({
{title && (
<div className="flex flex-row items-center">
<div className={`rounded-sm ${titleBorderClassName}`}></div>
<h2 className={`${titleClassName}`}>{title}</h2>
<h2 className={`${titleClassName} text-sm`}>{title}</h2>
</div>
)}
{/* page subTitle */}

Loading…
Cancel
Save