Skip to content

Commit

Permalink
update url (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Nov 28, 2023
1 parent 22a3c97 commit 24faedf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions templates/output/update/index.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { Link, Button, TextField, Form } from '@oacore/design/lib'
import { Button, Form, Link, TextField } from '@oacore/design/lib'
import classNames from '@oacore/design/lib/utils/class-names'

import { useReportController } from '../hooks'
Expand Down Expand Up @@ -113,7 +113,8 @@ const UpdateTemplate = observe(() => {
<Links />
<p>
Please note that the form does not accept links which start with
&quot;https://core.ac.uk/<strong>search</strong>&quot;.
&quot;https://core.ac.uk/<strong>search</strong>&quot; and
&quot;https://core.ac.uk/<strong>works</strong>&quot;.
</p>
</section>
<div className={classNames.use(styles.note, styles.container)} />
Expand Down
2 changes: 1 addition & 1 deletion templates/output/update/links.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const links = [
{
id: 2,
label: 'A fulltext URL',
link: 'https://core.ac.uk/download/pdf/82976757.pdf ',
link: 'https://core.ac.uk/download/82976757.pdf ',
},
]

Expand Down

0 comments on commit 24faedf

Please sign in to comment.