Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: minor fixes #142

Merged
merged 5 commits into from
Dec 14, 2023
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
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
Loading