@@ -18,11 +18,11 @@ const talks = await getCollection('talks');
1818---
1919
2020<BaseLayout seo ={ entry .data .seo } >
21- <Container tag =' section' class =' py-6' >
21+ <Container as =' section' class =' py-6' >
2222 <Author {... DEFAULT_CONFIGURATION .author } />
2323 </Container >
2424
25- <Container tag =' section' class =' py-6' >
25+ <Container as =' section' class =' py-6' >
2626 <div class =" flex flex-col gap-6" >
2727 <div class =" flex items-center" >
2828 <span class =" text-headings" >About</span >
@@ -34,7 +34,7 @@ const talks = await getCollection('talks');
3434 </Container >
3535 {
3636 links .length > 0 && (
37- <Container tag = ' section' class = ' py-8' >
37+ <Container as = ' section' class = ' py-8' >
3838 <div class = " flex flex-col gap-5" >
3939 <span class = " text-headings" >Contact</span >
4040 <ul class = " flex flex-col gap-3" >
@@ -62,7 +62,7 @@ const talks = await getCollection('talks');
6262 }
6363 {
6464 sortedJobs .length > 0 && (
65- <Container tag = ' section' class = ' py-6' >
65+ <Container as = ' section' class = ' py-6' >
6666 <div class = " flex flex-col gap-5" >
6767 <span class = " text-headings" >Work Experience</span >
6868 <ul class = " flex flex-col gap-8" >
@@ -76,7 +76,7 @@ const talks = await getCollection('talks');
7676 }
7777 {
7878 talks .length > 0 && (
79- <Container tag = ' section' class = ' py-6' >
79+ <Container as = ' section' class = ' py-6' >
8080 <div class = " flex flex-col gap-5" >
8181 <span class = " text-headings" >Speaking</span >
8282 <ul class = " flex flex-col gap-8" >
0 commit comments