Compare commits

...

4 Commits

Author SHA1 Message Date
semantic-release-bot 2825972188 chore(release): 0.3.0-develop.2 [skip ci]
# [0.3.0-develop.2](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.3.0-develop.1...v0.3.0-develop.2) (2023-08-19)

### Bug Fixes

* grammar ([ff7b022](ff7b022789))
2023-08-19 01:48:35 +00:00
Derrick Hammer f61c69dd7a
Merge remote-tracking branch 'origin/develop' into develop 2023-08-18 21:47:52 -04:00
Derrick Hammer 3267350518
style: format 2023-08-18 21:47:36 -04:00
Derrick Hammer ff7b022789
fix: grammar 2023-08-18 21:46:37 -04:00
4 changed files with 43 additions and 36 deletions

View File

@ -1,3 +1,10 @@
# [0.3.0-develop.2](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.3.0-develop.1...v0.3.0-develop.2) (2023-08-19)
### Bug Fixes
* grammar ([ff7b022](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/ff7b0227897db1a8a9eba3fcbe348e5b88d9c030))
# [0.3.0-develop.1](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.2.8-develop.2...v0.3.0-develop.1) (2023-08-19)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/lumeweb.com",
"version": "0.3.0-develop.1",
"version": "0.3.0-develop.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/lumeweb.com",
"version": "0.3.0-develop.1",
"version": "0.3.0-develop.2",
"dependencies": {
"@astrojs/react": "^2.1.1",
"@astrojs/tailwind": "^3.1.1",

View File

@ -1,7 +1,7 @@
{
"name": "@lumeweb/lumeweb.com",
"type": "module",
"version": "0.3.0-develop.1",
"version": "0.3.0-develop.2",
"private": true,
"repository": {
"type": "git",

View File

@ -11,7 +11,7 @@ const features = [
{
title: "NFT's... Anywhere",
description:
"You should be able to access your favorite NFT's anywhere, any time, any place. They are yours and no one should be able to tell you otherwise",
"You should be able to access your favorite NFT's anywhere, any time, any place. They are yours and no one should be able to tell you otherwise.",
},
{
title: "Access any decentralized or P2P network",
@ -40,7 +40,7 @@ const features = [
<GridContainer>
{
features.map((feature) => (
<GridCell description={feature.description} title={feature.title} />
<GridCell description={feature.description} title={feature.title}/>
))
}
</GridContainer>