We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 505b3db + 39c232c commit 01b0f92Copy full SHA for 01b0f92
.gitignore
@@ -1,5 +1,6 @@
1
.next
2
3
+
4
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
5
6
# dependencies
src/app/page.tsx
@@ -25,7 +25,7 @@ export default async function Home() {
25
.fromSubject("https://solidweb.me/jane_doe/profile/card#me");
26
27
return (
28
- <div>fake
+ <div>
29
{janeProfile.name}
30
</div>
31
);
0 commit comments