Skip to content

Commit 44d4974

Browse files
committed
added more prominent link to teams
1 parent 493df43 commit 44d4974

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/pages/home/Home.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,26 @@ const Home = (): React.ReactElement => {
3636

3737
<Styles.SectionHeader>
3838
<h2>
39-
<img src={TOwl}
40-
alt='Owl'
39+
<img src={TOwl}
40+
alt='Owl'
4141
style={{
4242
width: '150px', // Set the width of the image
4343
height: '150px', // Set the height of the image
4444
margin: '0 0 0 -100px',// Set the margin around the image
45-
float: 'left',
45+
float: 'left'
4646
// us a .docx
4747

48-
}}
48+
}}
4949
/>
5050
We hope to see you at Temple Fest 2023!</h2>
51-
<div className='button-container'>
51+
<div className='button-container'>
5252
<Button text={'Sign up here!'} size={'large'} source={'https://forms.gle/rp6BY6h4doLkZQ2E8'}/>
53-
<Button text='Join Teams Here!' source={'https://teams.microsoft.com/l/team/19%3aeaf903fd81cd48eba95d8e769ed78544%40thread.tacv2/conversations?groupId=8f78ecbb-62f3-4b2c-bda7-7488eca908ee&tenantId=716e81ef-b522-4473-8e31-10bd02ccf6e5'}/>
53+
<Button text='Join Teams Here!' source={`https://teams.microsoft.com/l/team/19%3aeaf903f
54+
d81cd48eba95d8e769ed78544%40thread.tacv2/conversations?groupId=8f78ecbb-62f3-4b2c-bda
55+
7-7488eca908ee&tenantId=716e81ef-b522-4473-8e31-10bd02ccf6e5`}/>
5456
</div>
5557
</Styles.SectionHeader>
5658

57-
5859

5960
<Carousel slideInfo={HOME_CAROUSEL_INFO}/>
6061

0 commit comments

Comments
 (0)