Skip to content

Commit 38becd7

Browse files
committed
update application URL on homepage
1 parent 71ae1b0 commit 38becd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

act-cms-website/src/components/NewsScroll.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const exampleNewsItems = [
2727
},
2828
{
2929
id: 3,
30-
title: 'Curricular Development Showcase',
30+
title: 'Curricular Development Showcase Webinar',
3131
summary: 'Join two of our 2024 Faculty Fellows as they discuss design and implementation of computational activites in their courses. This webinar will be held on February 3, 2025.',
3232
link: 'https://molssi.typeform.com/to/UU7rM44h',
3333
buttonText: 'Register Now',

act-cms-website/src/pages/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function Home() {
180180
marginTop: '1em'
181181
}}>
182182

183-
<Link href="https://molssi.typeform.com/to/Xgzcby3Y">
183+
<Link href="https://molssi.typeform.com/to/svMh8JKr">
184184
<Button variant="contained"><span style={{ textTransform: 'capitalize' }}>Ready to apply? Click here for the Faculty Fellows application form.</span></Button>
185185
</Link>
186186
</Box>

0 commit comments

Comments
 (0)