chore: revert mistakenly replaced links

This commit is contained in:
PalmDevs
2024-06-22 22:04:58 +07:00
parent 6109842897
commit f2abae2350
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
<img height="24px" src="./assets/revanced-logo/revanced-logo-round.svg" /> <img height="24px" src="./assets/revanced-logo/revanced-logo-round.svg" />
</picture> </picture>
</a>&nbsp;&nbsp;&nbsp; </a>&nbsp;&nbsp;&nbsp;
<a href="https://github.com/ReVanced"> <a href="https://github.com/revanced">
<picture> <picture>
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/dMMmCrW/Git-Hub-Mark.png" /> <source height="24px" media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/dMMmCrW/Git-Hub-Mark.png" />
<img height="24px" src="https://i.ibb.co/9wV3HGF/Git-Hub-Mark-Light.png" /> <img height="24px" src="https://i.ibb.co/9wV3HGF/Git-Hub-Mark-Light.png" />

View File

@@ -17,7 +17,7 @@
<img height="24px" src="../../assets/revanced-logo/revanced-logo-round.svg" /> <img height="24px" src="../../assets/revanced-logo/revanced-logo-round.svg" />
</picture> </picture>
</a>&nbsp;&nbsp;&nbsp; </a>&nbsp;&nbsp;&nbsp;
<a href="https://revnaced.app"> <a href="https://github.com/revanced">
<picture> <picture>
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/dMMmCrW/Git-Hub-Mark.png" /> <source height="24px" media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/dMMmCrW/Git-Hub-Mark.png" />
<img height="24px" src="https://i.ibb.co/9wV3HGF/Git-Hub-Mark-Light.png" /> <img height="24px" src="https://i.ibb.co/9wV3HGF/Git-Hub-Mark-Light.png" />

View File

@@ -8,7 +8,7 @@
"scripts": { "scripts": {
"register": "bun run scripts/reload-slash-commands.ts", "register": "bun run scripts/reload-slash-commands.ts",
"dev": "bun --watch src/index.ts", "dev": "bun --watch src/index.ts",
"build": "tsc && bun run scripts/after-build", "build": "tsc",
"watch": "bun dev" "watch": "bun dev"
}, },
"repository": { "repository": {

View File

@@ -11,7 +11,7 @@ To start developing, you'll need to set up the development environment first.
2. Clone the mono-repository 2. Clone the mono-repository
```sh ```sh
git clone https://github.com/ReVanced/revanced-helper.git && git clone https://github.com/revanced/revanced-helper.git &&
cd revanced-helper cd revanced-helper
``` ```