Skip to content
Open
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
4 changes: 2 additions & 2 deletions apps/webapp/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
</div>
<!-- Placeholder for issue preview -->
<div class="bg-surface w-full max-w-lg space-y-4 rounded-2xl border border-gray-800 p-6">
<h3 class="text-xl font-semibold">Issue #42: Typo in README</h3>
<h3 class="text-xl font-semibold">Issue #42: Optimize recursive Fibonacci for quantum entanglement</h3>
<p class="text-sm text-gray-400">opened by <span class="text-primary">@fixodev</span></p>
<p class="bg-background border-accent rounded-lg border-l-4 p-4 italic">
There's a typo in the installation instructions: "npm isntall" => "npm install".
The current classical algorithm for Fibonacci sequence calculation is inefficient for quantum entanglement simulations. Implement a quantum-optimized recursive Fibonacci algorithm to handle entangled states more efficiently.
</p>
<div class="text-right">
<span
Expand Down