Skip to content

Commit

Permalink
Merge branch 'main' into no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens authored Feb 7, 2024
2 parents 7a895de + d68ae70 commit 5d37d85
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion packages/auth/src/pages/InitPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ function Welcome ({ value, onContinue }: { value: any, onContinue: () => void })
>
<H1>Welcome</H1>
<Stack across gap="small">
<IconTwitter title="Twitter Logo" />
<IconTwitter
href="https://twitter.com/keystonejs"
target="_blank"
title="Twitter Logo"
/>
<IconGithub
href="https://github.com/keystonejs/keystone"
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@keystone-ui/fields": "workspace:^",
"@keystone-ui/pill": "workspace:^",
"@types/react": "^18.0.9",
"cloudinary": "^1.27.1",
"cloudinary": "^2.0.0",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 5d37d85

Please sign in to comment.