Fix links

This commit is contained in:
Gabe Kangas
2020-11-02 21:38:56 -08:00
parent 112cc3af14
commit 0f06741309
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ function SocialHandles({ config }) {
title: "URL",
dataIndex: "url",
key: "url",
render: (url) => `<a href="${url}">${url}</a>`
render: (url) => <a href={url}>{url}</a>
},
];