Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
229 changes: 0 additions & 229 deletions public/svgs/Brownie.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/svgs/Foundry.svg

This file was deleted.

28 changes: 0 additions & 28 deletions public/svgs/Hardhat.svg

This file was deleted.

5 changes: 0 additions & 5 deletions public/svgs/Remix.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/svgs/Truffle.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/svgs/home/EthersJS.svg

This file was deleted.

69 changes: 0 additions & 69 deletions src/features/landing/sections/ResourcesCTA.astro

This file was deleted.

111 changes: 0 additions & 111 deletions src/pages/en/home/QuickStart.astro

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/en/home/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { changeLanguage } from "i18next"
import HomeLayout from "../../../layouts/HomeLayout.astro"
import Search from "../../../components/HomeSearch"
import QuickStart from "./QuickStart.astro"
import Navigate from "./Navigate.astro"
import ConnectUs from "./ConnectUs.astro"

Expand All @@ -18,7 +17,6 @@ changeLanguage("en")
</div>
<div class="content bg-white dark:bg-black">
<div class="inner">
<QuickStart />
<Navigate />
<ConnectUs />
</div>
Expand Down
112 changes: 0 additions & 112 deletions src/pages/es/home/QuickStart.astro

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/es/home/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { changeLanguage } from "i18next"
import HomeLayout from "../../../layouts/HomeLayout.astro"
import Search from "../../../components/HomeSearch"
import QuickStart from "./QuickStart.astro"
import Navigate from "./Navigate.astro"
import ConnectUs from "./ConnectUs.astro"

Expand All @@ -18,7 +17,6 @@ changeLanguage("es")
</div>
<div class="content bg-white dark:bg-black">
<div class="inner">
<QuickStart />
<Navigate />
<ConnectUs />
</div>
Expand Down
Loading