Skip to content

Commit 6ca1cf8

Browse files
committed
coordinator to faculty
1 parent 2a8eda7 commit 6ca1cf8

2 files changed

Lines changed: 7263 additions & 1 deletion

File tree

app/about/page.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import fetchData from "@/lib/sanity/fetchData";
1010
import fetchTeam from "@/lib/sanity/fetchTeam";
1111
import Carousel from "@/components/ui/Carousel";
1212

13+
export const revalidate = 2592000;
14+
1315
export default async function About() {
1416
const team = await fetchTeam();
1517
await fetchData("team");
@@ -33,7 +35,7 @@ export default async function About() {
3335
<div className="relative z-10 flex flex-wrap items-center justify-center py-6 text-white">
3436
<div className="mb-5 w-full text-3xl font-bold">{team.name}</div>
3537
<div className="w-full">
36-
Co-ordinator Incharge - {team.coordinator}
38+
Faculty Incharge - {team.coordinator}
3739
</div>
3840
<div className="w-full p-5 text-3xl font-bold">Seniors</div>
3941
{team.members.map((member) => (

0 commit comments

Comments
 (0)