Compare commits
No commits in common. "v0.2.2" and "v0.2.1" have entirely different histories.
|
@ -1,11 +1,3 @@
|
|||
## [0.2.2](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.2.1...v0.2.2) (2023-08-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update download url ([1e0485d](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/1e0485d1ccb74153557dcff46856350034594ec2))
|
||||
* update learn more link ([10ebeef](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/10ebeefaed5292d492976b078d5a2dd5ef1f3c9e))
|
||||
|
||||
## [0.2.1](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.2.0...v0.2.1) (2023-08-13)
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.1",
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^2.1.1",
|
||||
"@astrojs/tailwind": "^3.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"type": "module",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.1",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</p>
|
||||
<div class="pt-10 w-full">
|
||||
<a
|
||||
href="https://web3extension.io"
|
||||
href="#"
|
||||
class="text-2xl w-full block text-center md:max-w-[350px] rounded-md bg-primary py-3 px-10 text-black font-body"
|
||||
>Download Extension</a
|
||||
>
|
||||
|
|
|
@ -31,7 +31,7 @@ import gfxLeft from "../../../assets/home-gfx-left.png";
|
|||
</p>
|
||||
<div class="pt-10 w-full">
|
||||
<a
|
||||
href="/what-is-web3"
|
||||
href="#"
|
||||
class="text-2xl w-full block text-center md:max-w-[250px] rounded-md bg-primary py-3 px-10 text-[black] font-body"
|
||||
>Learn More</a
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue