Skip to content

Commit

Permalink
DEPLOY FFS
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanya-codes committed Sep 21, 2024
1 parent a666aba commit 6d8e129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/faculty/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const changeColor = (target) => {
Array.from(document.getElementsByClassName("but")).filter(e => e != target)[0].style.backgroundColor = "#FFF";
}

export default function NextPage({req}) {
export default function NextPage() {
const searchParams = useSearchParams();

// Retrieve query parameters
Expand Down

0 comments on commit 6d8e129

Please sign in to comment.