Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update React Router Logos #121

Merged
merged 6 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
294 changes: 138 additions & 156 deletions app/pages/brand.tsx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export const seo = getSeo({
site: "@remix_run",
creator: "@remix_run",
title: "React Router",
card: "summary",
card: "summary_large_image",
image: {
url: "/twitterimage.jpg",
url: "/ogimage.png",
alt: "React Router logo",
},
},
Expand Down
129 changes: 69 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "npm run lint -- --fix",
"start": "remix-serve ./build/server/index.js",
"test": "vitest",
"typecheck": "tsc -b",
"typecheck": "tsc",
"push:stage": "git tag -f stage && git push origin stage -f"
},
"prettier": {},
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@docsearch/css": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@remix-run/node": "2.12.1",
"@remix-run/react": "2.12.1",
"@remix-run/serve": "2.12.1",
"@remix-run/node": "2.13.0-pre.0",
"@remix-run/react": "2.13.0-pre.0",
"@remix-run/serve": "2.13.0-pre.0",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -59,8 +59,8 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@remix-run/dev": "2.12.1",
"@remix-run/eslint-config": "2.12.1",
"@remix-run/dev": "2.13.0-pre.0",
"@remix-run/eslint-config": "2.13.0-pre.0",
"@testing-library/jest-dom": "^5.16.5",
"@types/bcryptjs": "^2.4.2",
"@types/eslint": "^8.56.6",
Expand Down
Binary file added public/_brand/React Router Brand Assets.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading