Skip to content

Commit

Permalink
Commented out AlanAIComponent & added missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MaheshMoholkar committed Aug 15, 2023
1 parent ff3aa7c commit 8e1499b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import "@/styles/globals.css";
import AlanAIComponent from "./alan";

export default function App({ Component, pageProps }) {
return (
<>
{/* <AlanAIComponent/> */}
<AlanAIComponent />
{/* <AlanAIComponent /> */}
<Component {...pageProps} />
</>
);
Expand Down
14 changes: 8 additions & 6 deletions src/pages/events/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,14 @@ const Events = () => {
>
<h1 className="text-5xl mb-7 font-bold text-blue-500">Features</h1>
<p className="team-description text-left ml-3 text-3xl">
<li className="mb-5">Networking Opportunities</li>
<li className="mb-5">Learning from Industry Experts</li>
<li className="mb-5">Collaboration and Partnership <span className="ml-10">Opportunities</span> </li>
<li className="mb-5">Stay Up-to-Date with the Latest Tech Trends</li>
<li className="mb-5">Expand Your Knowledge and Skillset</li>
</ul>
<ul>
<li className="mb-5">Networking Opportunities</li>
<li className="mb-5">Learning from Industry Experts</li>
<li className="mb-5">Collaboration and Partnership <span className="ml-10">Opportunities</span> </li>
<li className="mb-5">Stay Up-to-Date with the Latest Tech Trends</li>
<li className="mb-5">Expand Your Knowledge and Skillset</li>
</ul>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 8e1499b

Please sign in to comment.