fix: update heading text from "Affiliations" to "Authors"

This commit is contained in:
q9i 2024-02-18 21:23:24 -08:00 committed by Youwen Wu
parent 11aacc6852
commit aed6bf88f5

View file

@ -57,7 +57,7 @@ const Page = () => {
return ( return (
<div className='p-6'> <div className='p-6'>
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}> <h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
Affiliations Authors
</h1> </h1>
<div className='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4'> <div className='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4'>
{Object.keys(authors).map((authorShortName) => { {Object.keys(authors).map((authorShortName) => {