Skip to content

Commit

Permalink
fix(readme): update icon and remove old references (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanosync authored Oct 2, 2024
1 parent 6db886d commit c312a65
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Introduction

**ord-connect** is a React component library that allows you to easily integrate Bitcoin Ordinals & Inscriptions via [Sado Protocol Connections](https://sado.space) with your decentralized application (dApp). We stand as the pioneering walletkit to support ordinal-aware transactions, ensuring you never inadvertently spend a rare ordinal!
**ord-connect** is a React component library that allows you to easily integrate Bitcoin Ordinals & Inscriptions with your decentralized application (dApp). We stand as the pioneering walletkit to support ordinal-aware transactions, ensuring you never inadvertently spend a rare ordinal!

## Wallet Feature Support

Expand Down
2 changes: 1 addition & 1 deletion packages/ord-connect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/images/sado_icon.png" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ord connect</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion packages/ord-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ordzaar/ord-connect",
"version": "0.0.0",
"description": "React component library for Bitcoin Ordinals and Sado Protocol Connections",
"description": "React component library for Bitcoin Ordinals",
"repository": "https://github.com/ordzaar/ord-connect",
"bugs": "https://github.com/ordzaar/ord-connect/issues",
"license": "MIT",
Expand Down
Binary file removed packages/ord-connect/public/images/sado_icon.png
Binary file not shown.
1 change: 1 addition & 0 deletions packages/ord-connect/public/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c312a65

Please sign in to comment.