diff --git a/src/app/docs/layout.jsx b/src/app/docs/layout.jsx index a9ce9499..44de57c4 100644 --- a/src/app/docs/layout.jsx +++ b/src/app/docs/layout.jsx @@ -67,7 +67,7 @@ export default function DocsLayout({children, sections = {}}) {
- {children} + {children}
diff --git a/src/app/docs/protocols/docs/page.mdx b/src/app/docs/protocols/docs/page.mdx index e2f2df0f..e0e3b5f4 100644 --- a/src/app/docs/protocols/docs/page.mdx +++ b/src/app/docs/protocols/docs/page.mdx @@ -4,7 +4,7 @@ import {ThemeImage} from '@/components/ThemeImage' 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'}} -
+
+
Build your own protocol

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.

+ "my-4 p-3 transition bg-iroh-gray-800 shadow-xs text-iroh-purple-500 hover:bg-iroh-gray-700 hover:text-gray-200 text-lg")}> Protocol Docs
diff --git a/src/components/Code.jsx b/src/components/Code.jsx index 72e58064..1fce75ce 100644 --- a/src/components/Code.jsx +++ b/src/components/Code.jsx @@ -267,7 +267,7 @@ export function CodeGroup({children, title, ...props}) { {children} diff --git a/src/components/GithubStars.jsx b/src/components/GithubStars.jsx index 4aaee8b2..9a6269a8 100644 --- a/src/components/GithubStars.jsx +++ b/src/components/GithubStars.jsx @@ -6,7 +6,7 @@ export default function GithubStars(props) { return ( - 6.5k + 6.7k ) } diff --git a/src/components/SendmePage.jsx b/src/components/SendmePage.jsx index a4e9795f..f4dfaca4 100644 --- a/src/components/SendmePage.jsx +++ b/src/components/SendmePage.jsx @@ -55,8 +55,8 @@ export default function SendmePage() {
one computer sending files to another computer through a pipe -
-
+
+

File transfer
doesn't need to be complicated

@@ -92,8 +92,8 @@ export default function SendmePage() {
-
-
+
+

USING SENDME:

@@ -139,8 +139,8 @@ export default function SendmePage() {
-
-
+
+

Free, for files & folders of any size

diff --git a/src/components/UsersShowcase.jsx b/src/components/UsersShowcase.jsx index dda4c286..22044e9b 100644 --- a/src/components/UsersShowcase.jsx +++ b/src/components/UsersShowcase.jsx @@ -77,7 +77,7 @@ export const UsersShowcase = function UsersShowcase() { alt={projects[currentIndex].title} width={150} height={150} - className='rounded-lg overflow-hidden shadow-sm mx-auto mb-5' + className='rounded-lg overflow-hidden shadow-xs mx-auto mb-5' /> diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css index ae57ffc1..9a605307 100644 --- a/src/styles/tailwind.css +++ b/src/styles/tailwind.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&family=Space+Mono&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&family=Space+Mono&display=swap"); @import "tailwindcss"; @@ -26,7 +26,7 @@ } @layer utilities { - .in-prose { + .centered-prose { max-width: 50rem; margin-left: calc(50% - min(50%, 33rem)); margin-right: calc(50% - min(50%, 33rem));