-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(extension): re-introduce static release notes (#1671)
- Loading branch information
Showing
3 changed files
with
39 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
apps/browser-extension-wallet/src/release-notes/1_19_0.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* eslint-disable camelcase */ | ||
import React from 'react'; | ||
|
||
const ReleaseNote_1_19_0 = (): React.ReactElement => ( | ||
<> | ||
<p>This release contains a couple of exciting updates:</p> | ||
<ul style={{ listStyleType: 'disc', margin: 0 }}> | ||
<li> | ||
<strong>DApp Explorer:</strong> Discover and connect with dApps directly from Lace. | ||
</li> | ||
<li> | ||
<strong>Snappier UX:</strong> Improved performance with more local caching | ||
</li> | ||
</ul> | ||
</> | ||
); | ||
|
||
export default ReleaseNote_1_19_0; |
25 changes: 0 additions & 25 deletions
25
apps/browser-extension-wallet/src/release-notes/default.tsx
This file was deleted.
Oops, something went wrong.