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
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ <h3 class="mt-3 max-w-[22ch] font-serif text-3xl font-medium tracking-tight text
<div class="mx-auto max-w-3xl px-6">
<p class="text-sm font-semibold text-brand-500">Web flasher</p>
<h2 class="mt-2 max-w-[30ch] font-serif text-3xl font-medium tracking-tight text-stone-900 text-balance">Flash from your browser.</h2>
<p class="mt-3 max-w-[56ch] text-base/7 text-stone-500 text-pretty">Writes firmware over USB using the WebSerial API. Works in Chrome and Edge on desktop. Originally built by <a href="https://github.com/daveallie" target="_blank" rel="noopener" class="font-medium text-brand-500 underline underline-offset-2 hover:text-brand-600">daveallie</a>.</p>
<p class="mt-3 max-w-[56ch] text-base/7 text-stone-500 text-pretty">Writes firmware over USB using the WebSerial API. Works in Chrome, Edge and Firefox on desktop. Originally built by <a href="https://github.com/daveallie" target="_blank" rel="noopener" class="font-medium text-brand-500 underline underline-offset-2 hover:text-brand-600">daveallie</a>.</p>

<!-- Browser check -->
<div id="browser-warning" class="mt-8 hidden rounded-lg border border-amber-200 bg-amber-50/60 px-4 py-3 text-sm/6 text-amber-900">
Expand Down