Skip to content

Commit f7ce80c

Browse files
committed
fix: cite btn and author links
1 parent 6ac9e4a commit f7ce80c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docusaurus.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,20 @@ const config: Config = {
109109
title: 'Contacts',
110110
items: [
111111
{
112-
label: 'Arpit Narechania arpitnarechania [at] gmail.com',
113-
href: 'mailto:'
112+
label: 'Arpit Narechania',
113+
href: 'https://arpitnarechania.github.io/'
114114
},
115115
{
116-
label: 'Kaustubh Odak kaustubhodak1 [at] gmail.com',
117-
href: 'mailto:'
116+
label: 'Kaustubh Odak',
117+
href: 'https://kaustubhodak.me/'
118118
},
119119
{
120-
label: 'Mennatallah El-Assady menna.elassady [at] ai.ethz.ch',
121-
href: 'mailto:'
120+
label: 'Mennatallah El-Assady',
121+
href: 'https://el-assady.com/'
122122
},
123123
{
124124
label: 'Alex Endert endert [at] gatech.edu',
125-
href: 'mailto:'
125+
href: 'https://va.gatech.edu/endert/'
126126
}
127127
],
128128
},

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function HomepageHeader() {
6969
style={{ color: 'var(--ifm-background-surface-color)', display: 'flex', alignItems: 'center', gap: '0.5rem' }}
7070
onClick={copyToClipboard}
7171
>
72-
Cite the Paper
72+
Cite (bibtex)
7373
{
7474
isCopied ?
7575
<svg

0 commit comments

Comments
 (0)