Skip to content

Commit

Permalink
website done
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu1345 committed Aug 27, 2024
1 parent 98c7aa7 commit e50010b
Show file tree
Hide file tree
Showing 165 changed files with 1,304 additions and 28,152 deletions.
4 changes: 2 additions & 2 deletions components/NavbarI/NavbarI.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ const NavbarI = () => {
<Link data-tooltip-content="About" className={`my-anchor-element ${location.pathname === "/about" && 'active'}`} to={'/about'}>
<AiOutlineInfoCircle size={25} />
</Link>
<Link data-tooltip-content="Community" className={`my-anchor-element ${location.pathname === "/community" && 'active'}`} to={'/community'}>
{/* <Link data-tooltip-content="Community" className={`my-anchor-element ${location.pathname === "/community" && 'active'}`} to={'/community'}>
<RiCommunityLine size={25} />
</Link>
</Link> */}
<a className='show-on-phone dropup' ref={closeRef} href="#">
<div id="drop-up-icon">
<IoIosArrowDropup onClick={checkClosingDropUp} size={25} />
Expand Down
35 changes: 0 additions & 35 deletions old/App.js

This file was deleted.

35 changes: 0 additions & 35 deletions old/Components/Chatbot/chatbot.js

This file was deleted.

93 changes: 0 additions & 93 deletions old/Components/Chatbot/chatbot.module.css

This file was deleted.

56 changes: 0 additions & 56 deletions old/Components/Footer/Footer.js

This file was deleted.

116 changes: 0 additions & 116 deletions old/Components/Footer/Footer.module.css

This file was deleted.

Loading

0 comments on commit e50010b

Please sign in to comment.