diff --git a/components/Display.tsx b/components/Display.tsx index 52801c2..8c7bb79 100644 --- a/components/Display.tsx +++ b/components/Display.tsx @@ -55,7 +55,12 @@ function Display(props: DisplayProps) { // ) if (props.loading) return ( -
{props.data.n}
{props.data.i}
+ {Array.isArray(props.data.c) && props.data.c.length > 0 &&The changes if any will be reflected in about a week.
{`Access to student data is restricted to those currently on campus or connecting via VPN. Please visit the website once via either method so that the data can be stored locally. After this, you will be able to access student data from anywhere (as long as you don't wipe your cache or local files.)`}
+{`Access to student data is restricted to those currently on campus or connecting via VPN. Please visit the website once via either method so that the data can be stored locally. After this, you will be able to access student data from anywhere (as long as you don't wipe your cache or local files).`}
+Student Search has gone through many iterations over the years. The current one was made by Deven Gangwani and Krishnansh Agrawal (both Y21).The one just before this was made by Yash Srivastav (Y15).
+Credit for Student Guide data (bacche, ammas and baapus) goes to the Counselling Service, IITK.
); }} @@ -254,6 +285,7 @@ export default function Home(props: Object) { sendQuery={sendQuery} listOpts={listOpts} loading={loading} + ref={searchBar} />