Skip to content

Commit

Permalink
Update React Router Logos (#121)
Browse files Browse the repository at this point in the history
* Update all the brand assets and the brand page

* Bump to pre-release

* Tweak the background colors

* Improve visibility and download names

* Update meta images

* Update twitter image
  • Loading branch information
brookslybrand authored Oct 10, 2024
1 parent 7daf345 commit 9571f19
Show file tree
Hide file tree
Showing 78 changed files with 584 additions and 386 deletions.
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

0 comments on commit 9571f19

Please sign in to comment.