Skip to content

Commit 505b3db

Browse files
Merge pull request #1 from matthieubosquet/langsamu-patch-1
Update page.tsx
2 parents 60dfc65 + 82f1318 commit 505b3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default async function Home() {
2525
.fromSubject("https://solidweb.me/jane_doe/profile/card#me");
2626

2727
return (
28-
<div>
28+
<div>fake
2929
{janeProfile.name}
3030
</div>
3131
);

0 commit comments

Comments
 (0)