mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
restructure files onto electron-vite boilerplate
This commit is contained in:
@@ -19,8 +19,8 @@ export const replaceURLWithHTMLLinks = (text: string) => {
|
||||
const prefix = link.startsWith('http') ? '' : 'https://';
|
||||
elements.push(
|
||||
<a
|
||||
key={lastIndex}
|
||||
href={prefix + link}
|
||||
key={lastIndex}
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user