update src/Views/Home/Main/index.js

master
mahdi 2 years ago
parent ee1cc41709
commit 39c4fe92b4
  1. 4
      src/Views/Home/Main/index.js

@ -7,7 +7,9 @@ import Code from "../../../components/Code";
function Main({ activeComponent }) { function Main({ activeComponent }) {
return ( return (
<div className="lg:flex lg:flex-col lg:w-5/6 lg:h-full border-r border-gray-200 "> <div className="lg:flex lg:flex-col lg:w-5/6 lg:h-full border-r border-gray-200 ">
<header className="w-full flex flex-row items-center h-16 px-1 py-4 bg-gray-700"></header> <header className="w-full flex flex-row items-center h-16 px-5 py-4 bg-gray-700">
انتخبا سبتنیبستنم
</header>
<section className="w-full lg:overflow-y-scroll py-5 px-10 flex-1 flex-col bg-[#f5f5f5] overflow-y-auto scrollYDesign"> <section className="w-full lg:overflow-y-scroll py-5 px-10 flex-1 flex-col bg-[#f5f5f5] overflow-y-auto scrollYDesign">
<h1 className="font-sansbold text-3xl text-left"> <h1 className="font-sansbold text-3xl text-left">
{activeComponent?.content?.name} {activeComponent?.content?.name}

Loading…
Cancel
Save