Skip to content

Commit bf754f4

Browse files
vinzvinciaggreshuklaritvik06kkrishguptaastuartwk
authored
Transfering all contributions from forked repo. (#218)
* hotfix: tweak text * del slider.vue * hotfix: change the texts and order of Slider * implement a new section for L2 announcement * use grid-gap instead of padding for each component * finalize links * feat: womprotocol * chore: add remoteProductId * Update index.astro * Update contents * fix styles * linting and formatting * fix the syntax * update README.md * update title and description * update scripts and README.md * update script * update hero sections and others * add cta button * update * update * update * fix: typo * fix bugs on iOS * update * maxie * change MAXIE's description * supports og meta * use https * change og image * change the meta data * update the description * docs: fix typo * fixes broken layouts on about + faq pages * Changed meta title * updated description * Updated messages * Updated messages * Updated messages * reorder contents * reorder contents * Updated app description * Updated app texts * updated texts * Updated texts * Updated descriptions * replace OG * update descriptions * chore: fix margins by abhinav Co-authored-by: aggre <hiroyuki.aggre@gmail.com> Co-authored-by: Ritvik Shukla <ritvikshukla261@gmail.com> Co-authored-by: Krish Gupta <krishguptadev@outlook.com> Co-authored-by: Stuart Kuentzel <s.w.kuentzel@gmail.com> Co-authored-by: mayu <33956553+yumemayu@users.noreply.github.com> Co-authored-by: yumemayu <mayuchin.hara@gmail.com> Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 4fb7ebf commit bf754f4

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@astrojs/renderer-vue": "^0.2.1",
1818
"astro": "^0.21.13",
1919
"autoprefixer": "^10.4.0",
20-
"bignumber.js": "^9.0.2",
2120
"eslint": "^8.5.0",
2221
"eslint-config-prettier": "^8.5.0",
2322
"eslint-config-standard": "^16.0.3",
@@ -26,18 +25,16 @@
2625
"eslint-plugin-prettier": "^4.0.0",
2726
"eslint-plugin-promise": "^6.0.0",
2827
"husky": "^7.0.4",
29-
"node-fetch": "2.6.1",
3028
"postcss": "^8.4.5",
3129
"prettier": "^2.6.0",
3230
"prettier-plugin-astro": "^0.0.12",
3331
"prettier-plugin-tailwindcss": "^0.1.8",
34-
"ramda": "^0.28.0",
3532
"remark-cli": "^10.0.1",
3633
"tailwindcss": "^3.0.7"
3734
},
3835
"description": "Dev Protocol's open-source website, built with Astro",
39-
"repository": "https://github.com/WebXDAO/devprotocol.xyz.git",
40-
"author": "WebXDAO",
36+
"repository": "https://github.com/dev-protocol/devprotocol.xyz.git",
37+
"author": "dev-protocol",
4138
"license": "MIT",
4239
"dependencies": {}
4340
}

src/components/About/About.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section
2-
class="flex max-w-7xl flex-col px-6 lg:px-20 text-center md:text-left bg-white pt-24 dark:bg-darkPrimary"
2+
class="flex max-w-7xl flex-col px-6 lg:px-20 text-center md:text-left bg-white pt-24 dark:bg-darkPrimary mx-auto"
33
>
44
<div class="m-auto space-y-10">
55
<h3

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3607,11 +3607,6 @@ node-domexception@^1.0.0:
36073607
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
36083608
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
36093609

3610-
node-fetch@2.6.1:
3611-
version "2.6.1"
3612-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3613-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3614-
36153610
node-fetch@^3.0.0:
36163611
version "3.2.3"
36173612
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.3.tgz#a03c9cc2044d21d1a021566bd52f080f333719a6"

0 commit comments

Comments
 (0)