Skip to content

Commit

Permalink
Fix: Changed github link everywhere it needs to be changed (#923)
Browse files Browse the repository at this point in the history
* Fix: Changed github link everywhere it needs to be changed

* fix:Change github link in readme.md
  • Loading branch information
Immanuelolivia1 authored Nov 25, 2024
1 parent bd35cfb commit 3db5c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Enabling users to:
First step, clone this repo.

```bash
git clone https://github.com/starknet-id/app.starknet.id.git
git clone https://github.com/lfglabs-dev/app.starknet.id.git
```

Second step, install the dependencies.
Expand Down
2 changes: 1 addition & 1 deletion components/UI/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ const Navbar: FunctionComponent = () => {
</Link>
</div>
<div className="rounded-full shadow-gray-400 p-3 cursor-pointer hover:scale-105 ease-in duration-300 mt-2">
<Link href="https://github.com/starknet-id" target="_blank">
<Link href="https://github.com/lfglabs-dev" target="_blank">
<FaGithub size={28} color={theme.palette.grey[800]} />
</Link>
</div>
Expand Down

0 comments on commit 3db5c49

Please sign in to comment.