Skip to content

Commit

Permalink
AGR copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
corwintines committed Jan 27, 2025
1 parent b7cf8e6 commit 005ac35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/components/AGRMailingForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ const AGRMailingForm = (props: BoxProps) => {
<Heading fontSize='h4' fontWeight={700} mb={2}>
Subscribe to our mailing list
</Heading>
<PageText mb={4}>Receive updates when the Academic Grants Round opens again.</PageText>
{/* TODO: Add back when AGR is over */}
{/* <PageText mb={4}>Receive updates when the Academic Grants Round opens again.</PageText> */}
<Box
as='form'
onSubmit={handleSubmit(onSubmit)}
Expand Down
8 changes: 3 additions & 5 deletions src/pages/academic-grants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,11 @@ const AcademicGrants: NextPage = () => {
<Stack mb={8} mt={{ base: 10, md: 0 }}>
<Section id='introduction' ref={ref}>
<PageText>
The Ethereum Foundation is delighted to announce the 2025 Academic Grants Round,
an initiative dedicated to advancing cutting-edge academic research that
strengthens and expands the Ethereum ecosystem. Building on the success of the
The Ethereum Foundation is sponsoring the 2025 Academic Grants Round, a pioneering initiative aimed at empowering and expanding the frontiers of Ethereum-related academic research. Building on the success of the
previous two rounds in 2023 and 2024, this year, we welcome proposals across a
wide range of disciplines, including Economics & Game Theory, Theoretical and
wide range of disciplines, including <strong>Economics & Game Theory, Theoretical and
Applied Cryptography, Consensus and Protocol Design, Networking & P2P, Client
Engineering, Security, Formal Verification, and the Humanities. Through this
Engineering, Security, Formal Verification, and the Humanities</strong>. Through this
effort, we aim to empower researchers to explore new frontiers and deliver
impactful work that propels Ethereum forward.
</PageText>
Expand Down

0 comments on commit 005ac35

Please sign in to comment.