Skip to content

Commit

Permalink
fix: minor fixes (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz authored Dec 14, 2023
1 parent 623b212 commit bd3f56d
Show file tree
Hide file tree
Showing 6 changed files with 559 additions and 555 deletions.
2 changes: 1 addition & 1 deletion docs/fuels-wallet
Submodule fuels-wallet updated 103 files
10 changes: 5 additions & 5 deletions docs/intro/what-is-fuel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Sway brings the notion of static auditing to smart contracts.
In addition, Sway is highly performant and has extensible optimization passes and a modular backend for targeting different blockchain architectures.

<CardSection
isLatest={props.isLatest}
isNightly={props.isNightly}
cardsInfo={[
{
link: '/docs/sway',
Expand Down Expand Up @@ -77,7 +77,7 @@ Now, developers can have a completely vertically integrated experience where eve
### Sway Tooling

<CardSection
isLatest={props.isLatest}
isNightly={props.isNightly}
cardsInfo={[
{
link: '/docs/forc',
Expand All @@ -101,7 +101,7 @@ cardsInfo={[
### SDKs & API

<CardSection
isLatest={props.isLatest}
isNightly={props.isNightly}
cardsInfo={[
{
link: '/docs/fuels-rs',
Expand Down Expand Up @@ -141,7 +141,7 @@ cardsInfo={[
### Indexer

<CardSection
isLatest={props.isLatest}
isNightly={props.isNightly}
cardsInfo={[
{
link: '/docs/indexer',
Expand All @@ -160,7 +160,7 @@ Fuel is currently live on testnet only.
The latest testnet network is the {props.fuelTestnetInlineCode} testnet.

<CardSection
isLatest={props.isLatest}
isNightly={props.isNightly}
cardsInfo={[
{
link: `/docs/specs`,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@fuel-ui/css": "0.21.0-pr-305-04b8434",
"@fuel-ui/icons": "0.21.0-pr-305-04b8434",
"@fuel-ui/react": "0.21.0-pr-305-04b8434",
"@fuel-wallet/sdk": "^0.13.0",
"@fuel-wallet/sdk": "^0.13.10",
"@fuels/eslint-plugin": "^0.0.8",
"@fuels/prettier-config": "^0.0.8",
"@fuels/ts-config": "^0.0.8",
Expand All @@ -54,7 +54,7 @@
"cookie": "^0.5.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.4",
"fuels": "0.57.0",
"fuels": "^0.67.0",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"hast-util-from-text": "^2.0.1",
Expand Down
Loading

0 comments on commit bd3f56d

Please sign in to comment.