diff --git a/src/pages/archive.astro b/src/pages/archive.astro index ddeed95..5b683ab 100644 --- a/src/pages/archive.astro +++ b/src/pages/archive.astro @@ -43,7 +43,8 @@ const ARCHIVE_CARDS = [ }, { title: "ReBook", - description: "", + description: + "Textbook marketplace for Princeton students. By Sophie Li '23, Jayson Wu '23, and Connie Xu '23.", note: "Replacement: TigerRetail", webLink: "https://github.com/TigerAppsOrg/rebook", repoLink: "https://github.com/TigerAppsOrg/rebook", @@ -72,7 +73,8 @@ const ARCHIVE_CARDS = [ }, { title: "TigerRooms", - description: "", + description: + "Search rooms, reviews, and floor plans. By Ben Parks '17.", note: "Replacement: TigerDraw", webLink: "https://github.com/TigerAppsOrg/rooms-app", repoLink: "https://github.com/TigerAppsOrg/rooms-app", @@ -119,18 +121,10 @@ const ARCHIVE_CARDS = [ screenshot: TigerMapImage, alt: "Tiger Map app screenshot" }, - { - title: "TigerMenus", - description: "", - note: "", - webLink: "https://tigermenus.herokuapp.com/", - repoLink: "https://github.com/TigerAppsOrg/tiger-menus", - screenshot: TigerMenusImage, - alt: "Tiger Menus app screenshot" - }, { title: "TigerThrift", - description: "", + description: + "Sell clothing or shop fellow Tigers' closets. Katie Chou '23, Katelyn Rodrigues '23, Iroha Shirai '23.", note: "Replacement: TigerRetail", webLink: "https://github.com/TigerAppsOrg/TigerThrift", repoLink: "https://github.com/TigerAppsOrg/TigerThrift", @@ -139,7 +133,8 @@ const ARCHIVE_CARDS = [ }, { title: "TigerTickets", - description: "", + description: + "Secondary marketplace to buy/re-sell/exchange tickets. By Jenny Sheng '22, Joseph Chen '22, and Sunny Yoo '22.", note: "Replacement: TigerRetail", webLink: "https://github.com/TigerAppsOrg/TigerTickets", repoLink: "https://github.com/TigerAppsOrg/TigerTickets",