Skip to content

Commit 30bf47c

Browse files
committed
fix: Change App.tsx template
1 parent e132ed6 commit 30bf47c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

template/src/components/App.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ import React from "react";
33
export default () => {
44
return (
55
<h1>
6-
<a href="" target="_blank" rel="noopener noreferrer">
6+
<a
7+
href="https://github.com/JaeYeopHan/cra-template-unicorn"
8+
target="_blank"
9+
rel="noopener noreferrer"
10+
>
711
cra-template-unicorn
812
</a>
913
</h1>

0 commit comments

Comments
 (0)