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

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

@ -7,8 +7,8 @@ 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-5 py-4 bg-gray-700"> <header className="w-full flex flex-row items-center justify-end h-16 px-5 py-4 bg-gray-700 text-white">
انتخبا سبتنیبستنم :Choose Theme
</header> </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">

Loading…
Cancel
Save