From 5164da9fca0d2e5963fa73aea6c39451c3bc85f9 Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Mon, 3 Jun 2024 16:01:32 -0400 Subject: [PATCH 1/2] update contact form --- src/components/ContactForm/ContactForm.tsx | 6 +++--- src/components/ContactForm/Input.tsx | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/ContactForm/ContactForm.tsx b/src/components/ContactForm/ContactForm.tsx index b996bee..dd28dd6 100644 --- a/src/components/ContactForm/ContactForm.tsx +++ b/src/components/ContactForm/ContactForm.tsx @@ -10,12 +10,12 @@ import { TextArea } from './TextArea'; import { useEffect, useState } from 'react'; import { Controller, useFormContext } from 'react-hook-form' -const GOOGLE_APPS_SCRIPT_LINK = "https://script.google.com/a/macros/renci.org/s/AKfycbyS1Z_a3zgB9rfyD_gqUCKCmDNMxk04uOzZalv3M5Fmo-OTxaukKQu5G0CZ5DzLVQF4/exec"; +const GOOGLE_APPS_SCRIPT_LINK = "https://script.google.com/macros/s/AKfycbwvp6AdbR2sFC0QwFowH4V-91k_Kfr_eg9x-gBS2---rP_q-nKw7e8-pwqcKaxJDPss/exec"; export interface IForm { Name: string; Email: string; - Subject: string; + Options: string; Message: string; } @@ -90,7 +90,7 @@ export const ContactForm = () => { {type === "select" ? ( - From fefd459b04e83df9fbbc1acb232d34f8877e65b4 Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Mon, 3 Jun 2024 16:04:53 -0400 Subject: [PATCH 2/2] update page sections --- src/app/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e862cec..3f37eb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,10 +13,11 @@ import { QueryIcon } from "@/components/icons/QueryIcon"; export default function Home() { return ( - + -
+
+
    +
  • Resource 1
  • +
+
+

ROBOKOP is a joint creation of the Renaissance Computing Institute (RENCI) at the University of North Carolina at Chapel Hill and CoVar LLC. The prototype was developed with funding from the National Center for Advancing Translational Sciences, National Institutes of Health (award #OT2TR002514). ROBOKOP's continued development is supported with joint funding from the National Institute of Environmental Health Sciences and the Office of Data Science Strategy within the National Institutes of Health (award #U24ES035214).

-
+

ROBOKOP is available under the MIT license.

@@ -69,7 +75,7 @@ export default function Home() {
-
+