Skip to content

Commit

Permalink
Merge branch 'main' into pre-final
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshay229 authored Jan 22, 2025
2 parents 6e43817 + 96b8a44 commit ba91537
Show file tree
Hide file tree
Showing 173 changed files with 1,521 additions and 28,792 deletions.
2 changes: 1 addition & 1 deletion components/NavbarI/NavbarI.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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="Alumni" className={`my-anchor-element ${location.pathname === "/alumni" && 'active'}`} to={'/alumni'}>
<RiCommunityLine size={25} />
</Link>
<a className='show-on-phone dropup' ref={closeRef} href="#">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>MLSC TIET</title>
</head>
<body>
<div id="root"></div>
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 ba91537

Please sign in to comment.