Skip to content

Commit 479ab5e

Browse files
committed
fix: resources
1 parent f1b9466 commit 479ab5e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/[locale]/developers/page.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const DevelopersPage = async ({
132132
</h2>
133133

134134
{/* Quickstart your idea */}
135-
<Card className="!space-y-8 break-words border bg-background px-6 py-8 md:space-y-6 lg:p-8">
135+
<Card className="!space-y-8 break-words bg-background px-6 py-8 md:space-y-6 lg:p-8">
136136
<Image
137137
src={scaffoldDebugScreenshot}
138138
alt="Scaffold-ETH 2 debug screenshot"
@@ -165,20 +165,20 @@ const DevelopersPage = async ({
165165

166166
<div>
167167
<Link
168-
href="https://docs.soliditylang.org/en/latest/"
168+
href="https://docs.scaffoldeth.io/llms-full.txt"
169169
customEventOptions={{
170170
eventCategory: "top_boxes",
171171
eventAction: "click",
172-
eventName: "solidity",
172+
eventName: "scaffold-llms",
173173
}}
174174
>
175-
{t("page-developers-solidity-docs")}
175+
Scaffold-Eth2-llms-full.txt
176176
</Link>
177177
</div>
178178
</Card>
179179

180180
{/* Get help */}
181-
<Card className="!space-y-8 break-words border bg-background px-6 py-8 md:space-y-6 lg:p-8">
181+
<Card className="!space-y-8 break-words bg-background px-6 py-8 md:space-y-6 lg:p-8">
182182
<Image
183183
src={stackExchangeScreenshot}
184184
alt="Ethereum Stack Exchange screenshot"
@@ -204,14 +204,14 @@ const DevelopersPage = async ({
204204
variant="glow"
205205
href="#some-magical-AI-link"
206206
className="text-body"
207-
>
207+
>
208208
{t("page-developers-ask-ai")}
209-
</ButtonLink> */}
209+
</ButtonLink> */}
210210
</div>
211211
</Card>
212212

213213
{/* Resources */}
214-
<Card className="!space-y-8 break-words border bg-background px-6 py-8 md:space-y-6 lg:p-8">
214+
<Card className="!space-y-8 break-words bg-background px-6 py-8 md:space-y-6 lg:p-8">
215215
<Image
216216
src={resourcesBanner}
217217
alt="Banner showing four resource app icons"
@@ -237,7 +237,7 @@ const DevelopersPage = async ({
237237
</Card>
238238

239239
{/* Tutorials */}
240-
<Card className="!space-y-8 break-words border bg-background px-6 py-8 md:space-y-6 lg:p-8">
240+
<Card className="!space-y-8 break-words bg-background px-6 py-8 md:space-y-6 lg:p-8">
241241
<Image
242242
src={tutorialTagsBanner}
243243
alt="Banner displaying multiple learning topics in a tag cloud"

0 commit comments

Comments
 (0)