Skip to content

Commit

Permalink
chore: minor updates for release (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored Jun 14, 2023
1 parent 3b82e52 commit 067d3a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/six-parents-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 1 addition & 2 deletions packages/app/manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export default defineManifest({
manifest_version: 3,
name: process.env.VITE_CRX_NAME,
version: process.env.VITE_APP_VERSION,
description:
'The official wallet of the fastest modular execution layer. Fuel Network.',
description: 'The official Fuel Wallet',
icons: {
'16': 'icons/fuel-logo-16.png',
'19': 'icons/fuel-logo-19.png',
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import { useState } from 'react';
import { Header, Stepper } from '../../components';
import { useSignUp, useSignUpStepper } from '../../hooks';

import { ReactComponent as Terms } from './data/terms.md';

import { Layout, MotionStack, animations } from '~/systems/Core';
import { ReactComponent as Terms } from '~public/TermOfService.md';

export function TermsOfUse() {
const [isSavedChecked, setCheckedTerms] = useState(false);
Expand Down

0 comments on commit 067d3a5

Please sign in to comment.