Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ejimsan committed Jun 14, 2024
1 parent 43bd852 commit 9f9b611
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/about/ui/signs.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react'
import ExternalLink from 'common/ExternalLink'

import { Markdown, MarkdownParagraph } from 'common/Markdown'
import Markup from 'markup/ui/markup'
Expand Down Expand Up @@ -144,14 +143,8 @@ export default function AboutSigns(markupService: MarkupService): JSX.Element {
order of the Neo-Babylonian signs has been established by E. Jiménez and
S. Cohen using the list of Neo-Babylonian forms in @bib{RN680@693–706}; a
complete list of Neo-Babylonian signs in reverse order can be downloaded
here."
@url{https://doi.org/10.5281/zenodo.11645437}{here}."
/>
<ExternalLink
href="https://doi.org/10.5281/zenodo.11645437"
title="Reverse Neo-Babylonian Sign List"
>
here
</ExternalLink>
</>
)
}

0 comments on commit 9f9b611

Please sign in to comment.