Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
semantic-release-bot | b9cb616b19 | |
Derrick Hammer | 7956ace07d | |
Derrick Hammer | 10ebeefaed | |
Derrick Hammer | 1e0485d1cc |
|
@ -1,3 +1,11 @@
|
||||||
|
## [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)
|
## [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",
|
"name": "@lumeweb/lumeweb.com",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@lumeweb/lumeweb.com",
|
"name": "@lumeweb/lumeweb.com",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/react": "^2.1.1",
|
"@astrojs/react": "^2.1.1",
|
||||||
"@astrojs/tailwind": "^3.1.1",
|
"@astrojs/tailwind": "^3.1.1",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/lumeweb.com",
|
"name": "@lumeweb/lumeweb.com",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
</p>
|
</p>
|
||||||
<div class="pt-10 w-full">
|
<div class="pt-10 w-full">
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="https://web3extension.io"
|
||||||
class="text-2xl w-full block text-center md:max-w-[350px] rounded-md bg-primary py-3 px-10 text-black font-body"
|
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
|
>Download Extension</a
|
||||||
>
|
>
|
||||||
|
|
|
@ -31,7 +31,7 @@ import gfxLeft from "../../../assets/home-gfx-left.png";
|
||||||
</p>
|
</p>
|
||||||
<div class="pt-10 w-full">
|
<div class="pt-10 w-full">
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="/what-is-web3"
|
||||||
class="text-2xl w-full block text-center md:max-w-[250px] rounded-md bg-primary py-3 px-10 text-[black] font-body"
|
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
|
>Learn More</a
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue