Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TucksonDev committed Sep 4, 2023
1 parent fb63e12 commit 2ae1510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/remark/variable-injector.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const plugin = (options) => {
case 'text':
node.value = value;
break;

case 'definition':
case 'link':
node.url = value;
Expand Down

0 comments on commit 2ae1510

Please sign in to comment.