Skip to content

Commit fe6a094

Browse files
committed
Update slogan
1 parent 0dcf2f9 commit fe6a094

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uidotdev/usehooks",
33
"version": "2.0.0",
4-
"description": "A collection of Server Component safe React Hooks – from the ui.dev team",
4+
"description": "A collection of modern, server-safe React hooks – from the ui.dev team",
55
"type": "module",
66
"repository": "uidotdev/usehooks",
77
"devDependencies": {

usehooks.com/src/pages/404.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Footer from '../sections/Footer.astro';
66

77
<Layout
88
title="Page not found."
9-
description="A collection of Server Component safe React Hooks – from the ui.dev team."
9+
description="A collection of modern, server-safe React hooks – from the ui.dev team"
1010
>
1111
<NavInternal />
1212
<main>

usehooks.com/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const hooks = await getCollection("hooks");
1111

1212
<Layout
1313
title="useHooks"
14-
description="A collection of Server Component safe React Hooks – from the ui.dev team"
14+
description="A collection of modern, server-safe React hooks – from the ui.dev team"
1515
>
1616
<NavMain />
1717
<HomeHero />

usehooks.com/src/sections/HomeHero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const hooksMarquee2 = (await getCollection('hooks')).slice(25,50);
77

88
<header class="hero">
99
<img src="/img/logo-useHooks.svg" width="546" height="80" alt="useHooks" />
10-
<h1>A collection of Server Component safe React Hooks – from the ui.dev team</h1>
10+
<h1>A collection of modern, server-safe React hooks – from the ui.dev team</h1>
1111
<Install text="npm i @uidotdev/usehooks" />
1212

1313
<div class="marquee marquee-left">

0 commit comments

Comments
 (0)