Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

fix: typo in hello-world-complete title #6

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/nextjs/app/nillion-hello-world-complete/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const Home: NextPage = () => {
<div className="px-5 flex flex-col">
<h1 className="text-xl">
<span className="block text-4xl font-bold text-center">
Store and Retrieve &quot;Hello World&quot; with Nillion: ✅ Completed verion
Store and Retrieve &quot;Hello World&quot; with Nillion: ✅ Completed version
</span>

<p className="text-center text-lg">
Expand Down
Loading