Compare commits

..

No commits in common. "0180fd7ea5f70baf60deb4084861d7fffe7efc92" and "ec7be1a38cbd6f13ac44cd1e78d9091bd6b1137d" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
# Ghost Lite # 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). 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 ## Functionality

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 KiB

View File

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