Skip to content

Commit

Permalink
fix: fix missed logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Aug 5, 2024
1 parent 7cc1f82 commit dc89e78
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 25 deletions.
199 changes: 199 additions & 0 deletions website/static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 25 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3194,69 +3194,69 @@ __metadata:
languageName: node
linkType: hard

"@hyperse/pipeline@workspace:.":
"@hyperse/pipeline-docs@workspace:website":
version: 0.0.0-use.local
resolution: "@hyperse/pipeline@workspace:."
resolution: "@hyperse/pipeline-docs@workspace:website"
dependencies:
"@changesets/changelog-github": "npm:0.5.0"
"@changesets/cli": "npm:2.27.7"
"@commitlint/cli": "npm:19.3.0"
"@commitlint/config-conventional": "npm:19.2.2"
"@docusaurus/core": "npm:^3.4.0"
"@docusaurus/module-type-aliases": "npm:3.4.0"
"@docusaurus/plugin-content-docs": "npm:^3.4.0"
"@docusaurus/plugin-google-gtag": "npm:^3.4.0"
"@docusaurus/preset-classic": "npm:^3.4.0"
"@heroicons/react": "npm:^2.1.5"
"@hyperse/eslint-config-hyperse": "npm:^1.0.12"
"@hyperse/exec-program": "npm:^1.0.10"
"@mdx-js/react": "npm:^3.0.1"
"@tsconfig/docusaurus": "npm:^2.0.3"
"@types/node": "npm:^22.1.0"
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.0"
clsx: "npm:^2.1.1"
commitizen: "npm:4.3.0"
cz-conventional-changelog: "npm:3.3.0"
eslint: "npm:^9.8.0"
husky: "npm:9.1.4"
lint-staged: "npm:15.2.8"
monet: "npm:^0.9.3"
next: "npm:14.2.5"
npm-run-all: "npm:^4.1.5"
postcss: "npm:^8.4.40"
prism-react-renderer: "npm:^2.3.1"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
tsup: "npm:^8.2.4"
typescript: "npm:^5.5.4"
vite: "npm:^5.3.5"
tailwindcss: "npm:^3.4.7"
typescript: "npm:5.5.4"
usehooks-ts: "npm:^3.1.0"
vitest: "npm:^2.0.5"
languageName: unknown
linkType: soft

"@hyperse/track-docs@workspace:website":
"@hyperse/pipeline@workspace:.":
version: 0.0.0-use.local
resolution: "@hyperse/track-docs@workspace:website"
resolution: "@hyperse/pipeline@workspace:."
dependencies:
"@changesets/changelog-github": "npm:0.5.0"
"@changesets/cli": "npm:2.27.7"
"@commitlint/cli": "npm:19.3.0"
"@commitlint/config-conventional": "npm:19.2.2"
"@docusaurus/core": "npm:^3.4.0"
"@docusaurus/module-type-aliases": "npm:3.4.0"
"@docusaurus/plugin-content-docs": "npm:^3.4.0"
"@docusaurus/plugin-google-gtag": "npm:^3.4.0"
"@docusaurus/preset-classic": "npm:^3.4.0"
"@heroicons/react": "npm:^2.1.5"
"@hyperse/eslint-config-hyperse": "npm:^1.0.12"
"@mdx-js/react": "npm:^3.0.1"
"@tsconfig/docusaurus": "npm:^2.0.3"
"@hyperse/exec-program": "npm:^1.0.10"
"@types/node": "npm:^22.1.0"
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.0"
clsx: "npm:^2.1.1"
commitizen: "npm:4.3.0"
cz-conventional-changelog: "npm:3.3.0"
eslint: "npm:^9.8.0"
husky: "npm:9.1.4"
lint-staged: "npm:15.2.8"
postcss: "npm:^8.4.40"
prism-react-renderer: "npm:^2.3.1"
monet: "npm:^0.9.3"
next: "npm:14.2.5"
npm-run-all: "npm:^4.1.5"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
tailwindcss: "npm:^3.4.7"
typescript: "npm:5.5.4"
usehooks-ts: "npm:^3.1.0"
tsup: "npm:^8.2.4"
typescript: "npm:^5.5.4"
vite: "npm:^5.3.5"
vitest: "npm:^2.0.5"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit dc89e78

Please sign in to comment.