You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/docs/protocols/docs/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import {ThemeImage} from '@/components/ThemeImage'
4
4
5
5
A protocol for a mutable key-value store. Authors create and join documents, multiple users read from them, write to them, and sync with them, subscribing to live updates in real time. {{className: 'lead'}}
Copy file name to clipboardExpand all lines: src/app/docs/tour/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This paragraph touches on five key points worth understanding in iroh:
39
39
We'll touch on each of these on the tour, and by the end you should have a good understanding of how they all fit together. The code we'll be writing here will build & execute, but it won't _do_ much. We'll link to examples and other resources along the way so you can explore further.
Copy file name to clipboardExpand all lines: src/app/page.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ export default function Page() {
95
95
<h3className='text-3xl font-bold mb-4'>Build your own protocol</h3>
96
96
<pclassName='mb-10 text-iroh-gray-600 dark:text-iroh-gray-400'>Don't see a protocol you need? Build your own! Iroh gives you a reliable foundation for building distributed systems that reach the edge. The rest is up to you.</p>
Copy file name to clipboardExpand all lines: src/components/SendmePage.jsx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ export default function SendmePage() {
55
55
</div>
56
56
<Imagesrc="/img/sendme/sendme_hero_1.svg"alt='one computer sending files to another computer through a pipe'width='1600'height='900'className='md:-mt-20'/>
0 commit comments