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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Real-Time Gateway to Stacks DeFi.

This project aims to provide a real-time view of Stacks DeFi ecosystem by aggregating public blockchain data and making it accessible through a easy to use interface.
This project aims to provide a real-time view of Stacks DeFi ecosystem by aggregating public blockchain data and making it accessible through an easy to use interface.

## Development

Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ export default async function AboutPage() {
return (
<Container size="2" className="px-4 pt-10">
<Heading as="h1" size="5">
stackpulse
stackspulse
</Heading>

<div className="mt-5 space-y-2">
<Text as="p" size="3" color="gray">
This project aims to provide a real-time view of Stacks DeFi ecosystem
by aggregating public blockchain data and making it accessible through
a easy to use interface.
an easy to use interface.
</Text>
<Text as="p" size="3" color="gray">
Give us a star on{" "}
Expand Down