Skip to content

Commit

Permalink
Fix pattern (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriibudko authored Oct 12, 2023
1 parent d6a028a commit 567665a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/output/update/links.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import styles from './styles.module.css'
const links = [
{
id: 1,
label: 'A display page URL',
link: 'https://core.ac.uk/display/82976757',
label: 'A outputs page URL',
link: 'https://core.ac.uk/outputs/82976757',
},
{
id: 2,
Expand Down

0 comments on commit 567665a

Please sign in to comment.