Skip to content

Commit 8253ed3

Browse files
authored
Updated publications.tsx to include 2026
1 parent e0354f5 commit 8253ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/media/publications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const Publications = ({ publications }: any) => {
6262
</div>
6363
{/*Articles*/}
6464
{!loading &&
65-
Array.from({ length: 6 }, (_, i) => i + 2020)
65+
Array.from({ length: 7 }, (_, i) => i + 2020)
6666
.reverse()
6767
.map((year) => {
6868
return (

0 commit comments

Comments
 (0)