Skip to content

Commit 939ab47

Browse files
committed
fix branding
1 parent f0ca972 commit 939ab47

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ProtoEffects – AGENTS.md
1+
# Protohiro Effects – AGENTS.md
22

33
## Mission
44

5-
ProtoEffects builds a React library for hard CSS effects (for example: `gradient-border`, glow ring, noise overlays, sheen, spotlight) without wrappers and without layout hacks.
5+
Protohiro Effects builds a React library for hard CSS effects (for example: `gradient-border`, glow ring, noise overlays, sheen, spotlight) without wrappers and without layout hacks.
66

77
Core rules:
88
- no extra DOM nodes

apps/demo/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,10 +470,10 @@ export function App() {
470470
return (
471471
<main className="demo-page">
472472
<header className="demo-hero">
473-
<span className="demo-eyebrow">ProtoEffects for React</span>
473+
<span className="demo-eyebrow">Protohiro Effects for React</span>
474474
<h1>Hard CSS effects without wrappers, layout hacks, or runtime measurements.</h1>
475475
<p>
476-
ProtoEffects packages the annoying parts of shipping premium UI effects on existing elements:
476+
Protohiro Effects packages the annoying parts of shipping premium UI effects on existing elements:
477477
clipping, pseudo-element behavior, ref composition, CSS variables, and fallbacks.
478478
</p>
479479
<div className="demo-badges" aria-label="developer highlights">

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/protohiro-com/effects/issues"
1818
},
1919
"keywords": [
20-
"protoeffects",
20+
"protohiro-effects",
2121
"css",
2222
"effects",
2323
"runtime",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/protohiro-com/effects/issues"
1818
},
1919
"keywords": [
20-
"protoeffects",
20+
"protohiro-effects",
2121
"protohiro",
2222
"react",
2323
"hooks",

0 commit comments

Comments
 (0)