Skip to content

Commit

Permalink
fix: cite btn and author links
Browse files Browse the repository at this point in the history
  • Loading branch information
kausko committed Aug 23, 2024
1 parent 6ac9e4a commit f7ce80c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,20 @@ const config: Config = {
title: 'Contacts',
items: [
{
label: 'Arpit Narechania arpitnarechania [at] gmail.com',
href: 'mailto:'
label: 'Arpit Narechania',
href: 'https://arpitnarechania.github.io/'
},
{
label: 'Kaustubh Odak kaustubhodak1 [at] gmail.com',
href: 'mailto:'
label: 'Kaustubh Odak',
href: 'https://kaustubhodak.me/'
},
{
label: 'Mennatallah El-Assady menna.elassady [at] ai.ethz.ch',
href: 'mailto:'
label: 'Mennatallah El-Assady',
href: 'https://el-assady.com/'
},
{
label: 'Alex Endert endert [at] gatech.edu',
href: 'mailto:'
href: 'https://va.gatech.edu/endert/'
}
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function HomepageHeader() {
style={{ color: 'var(--ifm-background-surface-color)', display: 'flex', alignItems: 'center', gap: '0.5rem' }}
onClick={copyToClipboard}
>
Cite the Paper
Cite (bibtex)
{
isCopied ?
<svg
Expand Down

0 comments on commit f7ce80c

Please sign in to comment.