Skip to content

Commit 4bd4b8f

Browse files
authored
Update page.tsx
Switch to white text
1 parent 010d0ad commit 4bd4b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/publication/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function Publications() {
5050
<div className="flex flex-col w-11/12 md:w-3/4 mx-auto">
5151
{sortedYears.map((year) => (
5252
<div key={year} className="mb-8">
53-
<h2 className="text-xl md:text-2xl font-semibold mb-4 text-gray-800">
53+
<h2 className="text-xl md:text-2xl font-semibold mb-4 text-white">
5454
{year}
5555
</h2>
5656
<ul className="list-disc pl-5 space-y-4">

0 commit comments

Comments
 (0)