Skip to content

Commit 43f241a

Browse files
authored
feat(www): ecosystem and partners page with scrolling logo strip (#118)
* feat(www): ecosystem and partners page with scrolling logo strip * fix(www): remove redundant style, add empty-category edge case test * fix(www): restore missing PartnerStrip import in App.tsx * feat(grants): wire up /grants route and page per issue #73 * Revert "feat(grants): wire up /grants route and page per issue #73" This reverts commit 230c05b. * fix: resolve feed.xml conflict from Grants revert
1 parent f15d967 commit 43f241a

19 files changed

Lines changed: 818 additions & 12 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
},
1919
"dependencies": {
2020
"@stellar/stellar-sdk": "^13.3.0",
21-
"@vercel/og": "^0.11.1",
2221
"@wraith-protocol/sdk": "^1.4.5",
2322
"i18next": "^26.2.0",
2423
"react": "^19.2.5",
@@ -38,6 +37,7 @@
3837
"@testing-library/user-event": "^14.6.1",
3938
"@types/react": "^19.2.14",
4039
"@types/react-dom": "^19.2.3",
40+
"@vercel/og": "^0.11.1",
4141
"@vitejs/plugin-react": "^6.0.1",
4242
"husky": "^9.1.7",
4343
"jsdom": "^29.1.1",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link>https://usewraith.xyz/blog</link>
66
<description>Notes on stealth payments, private infrastructure, and the Wraith ecosystem.</description>
77
<language>en-us</language>
8-
<lastBuildDate>Mon, 27 Jul 2026 17:10:48 GMT</lastBuildDate>
8+
<lastBuildDate>Thu, 30 Jul 2026 09:40:05 GMT</lastBuildDate>
99
<atom:link href="https://usewraith.xyz/feed.xml" rel="self" type="application/rss+xml" />
1010

1111
<item>

public/logos/ecosystem/albedo.svg

Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

public/logos/ecosystem/blend.svg

Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

public/logos/ecosystem/lobstr.svg

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)