Skip to content
Merged
Show file tree
Hide file tree
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 src/app/blog/consensus-is-impossible/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Our latest video covers a proof paper by Nancy Lynch that shows that 100% certai

## Can I haz paper link?

[of course!](/papers/LIT-LCS-TM-394.pdf)
[of course!](/papers/MIT-LCS-TM-394.pdf)

## Do you use this in iroh?

Expand Down
2 changes: 1 addition & 1 deletion src/app/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const metadata = {
<div className="absolute z-40 max-w-6xl mx-auto md:grid md:grid-cols-4 md:gap-4">
<div className="col-span-2 pl-8" style={{ paddingTop: 100 }}>
<h1 className="z-50 text-5xl font-bold font-space-mono leading-tight">
less net work for networks
p2p that just works
</h1>
<h3 className="text-lg font-space-mono mt-3 leading-normal">Iroh is a library for building on direct connections between devices, putting more control in the hands of your users.</h3>
<div className='flex mt-3'>
Expand Down
2 changes: 1 addition & 1 deletion src/components/GithubStars.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function GithubStars(props) {
return (
<Link href="https://github.com/n0-computer/iroh" className='p-2 -mt-2 flex text-sm leading-5 fill-zinc-400 text-zinc-600 transition hover:text-zinc-900 dark:text-zinc-400 dark:hover:text-zinc-600 dark:hover:fill-zinc-600 hover:bg-black/10 rounded'>
<GithubIcon className="h-5 w-5" />
<span className='ml-2 mt-0'>4.0k</span>
<span className='ml-2 mt-0'>4.1k</span>
</Link>
)
}
Loading