mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Further fix code samples descriptions
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user