fix: update heading text from "Affiliations" to "Authors"
This commit is contained in:
parent
11aacc6852
commit
aed6bf88f5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const Page = () => {
|
|||
return (
|
||||
<div className='p-6'>
|
||||
<h1 className={`${zillaSlab.className} text-6xl text-center mb-10`}>
|
||||
Affiliations
|
||||
Authors
|
||||
</h1>
|
||||
<div className='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4'>
|
||||
{Object.keys(authors).map((authorShortName) => {
|
||||
|
|
Loading…
Reference in a new issue