Skip to content

Commit 3a45f85

Browse files
committed
lint
Signed-off-by: bitliu <[email protected]>
1 parent 7ef9738 commit 3a45f85

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

website/src/pages/publications.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const talks = [
7171
{ type: 'video', url: 'https://www.youtube.com/live/b-ciRqvbtsk', label: '📹 Watch Recording' },
7272
],
7373
featured: false,
74-
}
74+
},
7575
]
7676

7777
function PublicationCard({ item }) {
@@ -156,9 +156,14 @@ export default function Publications() {
156156
<header className={styles.header}>
157157
<h1 className={styles.title}>🎓 Papers & Talks</h1>
158158
<p className={styles.subtitle}>
159-
Innovation thrives when great minds come together ❤️<br></br>
160-
161-
Let us explore the next-gen <bold>System Intelligence</bold> in LLM Era 🚀
159+
Innovation thrives when great minds come together ❤️
160+
<br></br>
161+
162+
Let us explore the next-gen
163+
{' '}
164+
<bold>System Intelligence</bold>
165+
{' '}
166+
in LLM Era 🚀
162167
</p>
163168
</header>
164169

0 commit comments

Comments
 (0)