Skip to content

Commit 7578375

Browse files
Malin KussiMalin Kussi
authored andcommitted
fixed teams link
1 parent cfff584 commit 7578375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/home/Home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import Button from '../general/button/Button'
1212
// Images
1313
import nasaLogo from '../../assets/pics/logos/nasa.png'
1414
import HOME_CAROUSEL_INFO from '../../data/HomeCarouselInfo'
15-
const TEAMS = `https://teams.microsoft.com/l/team/19%3aeaf903fd81cd48eba95d8e769ed78544%40thread.tacv2/conversations?groupId=8f
16-
78ecbb-62f3-4b2c-bda7-7488eca908ee&tenantId=716e81ef-b522-4473-8e31-10bd02ccf6e5`
15+
const TEAMS = `https://teams.microsoft.com/l/team/19%3Aeaf903fd81cd48eba95d8e769ed78544%40thread.tacv2/conversations?groupId=8f78ecbb-62f3
16+
-4b2c-bda7-7488eca908ee&tenantId=716e81ef-b522-4473-8e31-10bd02ccf6e5`
1717

1818
const Home = (): React.ReactElement => {
1919
return (

0 commit comments

Comments
 (0)