Compare commits

..

2 Commits

Author SHA1 Message Date
0180fd7ea5
add image to the readme
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-07-22 14:07:34 +03:00
e48d83482b
Change link name for the git
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-07-22 14:07:04 +03:00
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Ghost Lite
![GHOST Lite Logo](./assets/img/GHOST-LITE-Featured-Image.png)
## Overview
This project is a fully decentralized application that leverages the [Ghost Wallet](https://git.ghostchain.io/ghostchain/ghost-wallet)'s light client extension. It aims to deliver comprehensive on-chain functionality directly from your browser. In the future, all features will align with the capabilities outlined by [ghost-eye](https://git.ghostchain.io/ghostchain/ghost-eye).
## Functionality

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

View File

@ -131,7 +131,7 @@ export const Sidebar = () => {
>
<FaGithub className="w-8 h-8" />
<div className="block float-left text-xs text-left">
<div className="md:block hidden text-primary">Ghost Extension Git</div>
<div className="md:block hidden text-primary">Ghost Lite Git</div>
<div className="text-accent">v {pckg.version}</div>
</div>
</a>