diff --git a/README.md b/README.md index 95d5d40..83de91e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Getting Started with Docker for Development +# PeerPrep +## Getting Started with Docker for Development 1. Install docker at https://www.docker.com/ @@ -17,7 +18,7 @@ To simplify the container building, a `docker-compose.yml` has been created in o Note that user-service requires a Supabase database and question-service requires a MongoDB database. The respective `README.md` should aid you in creating your own databases. -Also, the ai-service requires your own OpenAI key and email-service requires an SMTP_PASSWORD to run locally. For ease of testing, do so on peerprep.ryanchuahj.com +Also, the ai-service requires your own OpenAI key and email-service requires an SMTP_PASSWORD to run locally. For ease of testing, do so on [peerprep.ryanchuahj.com](peerprep.ryanchuahj.com), or contact the developers. ## Finishing Development diff --git a/frontend/components/ProfilePage/HistoryTable.tsx b/frontend/components/ProfilePage/HistoryTable.tsx index e33f7fc..031d8ae 100644 --- a/frontend/components/ProfilePage/HistoryTable.tsx +++ b/frontend/components/ProfilePage/HistoryTable.tsx @@ -275,10 +275,10 @@ const HistoryTable = ({ username }: HistoryTableProps) => {