Further fix code samples descriptions

This commit is contained in:
mDuo13
2025-01-31 15:13:37 -08:00
parent 332789a87a
commit e1ec0d7e7c
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ export function codeSamples() {
samples.push({
path: dirPath,
title: title || toTitleCase(dirname(dirPath)),
description: getInnerText([data.ast.children[1]]).replace(title, '').trim(),
description: getInnerText([data.ast.children[1]]).trim(),
href: joinPath('content', dirPath),
langs,
});

View File

@@ -1,3 +1,3 @@
# Build a Browser Wallet
Implement a non-custodial wallet application that runs on in a web browser and can check an account's balances, send XRP, and notify when the account receives incoming transactions.
Implement a non-custodial wallet application that runs in a web browser and can check an account's balances, send XRP, and notify when the account receives incoming transactions.