We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0354f5 commit 8253ed3Copy full SHA for 8253ed3
1 file changed
pages/media/publications.tsx
@@ -62,7 +62,7 @@ const Publications = ({ publications }: any) => {
62
</div>
63
{/*Articles*/}
64
{!loading &&
65
- Array.from({ length: 6 }, (_, i) => i + 2020)
+ Array.from({ length: 7 }, (_, i) => i + 2020)
66
.reverse()
67
.map((year) => {
68
return (
0 commit comments