Skip to content

Commit 920795b

Browse files
fix(src/components/templates/talks/index.tsx): remove invalid char
1 parent 0f53ebf commit 920795b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/templates/talks/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const Talks: FunctionComponent<PageProps> = (props) => {
6565
city: "Brussels, Belgium",
6666
thumbnail: brussels,
6767
date: "October 14, 2022",
68-
},å
68+
},
6969
{
7070
name: "NDC Oslo 2022",
7171
link:
@@ -80,7 +80,7 @@ const Talks: FunctionComponent<PageProps> = (props) => {
8080
city: "Goa, India",
8181
thumbnail: goa,
8282
date: "September 23, 2022",
83-
},å
83+
},
8484
]}
8585
/>
8686

0 commit comments

Comments
 (0)