Skip to content

Commit 0583da2

Browse files
authored
Merge branch 'master' into lenses-new-methods
2 parents 0a1042a + d6e76a7 commit 0583da2

File tree

12 files changed

+135
-129
lines changed

12 files changed

+135
-129
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clsx": "^1.2.1",
1313
"contentlayer": "^0.3.4",
1414
"little-state-machine": "^4.8.1",
15-
"next": "^15.1.2",
15+
"next": "^15.2.4",
1616
"next-contentlayer": "^0.3.4",
1717
"next-themes": "^0.2.1",
1818
"prism-react-renderer": "^2.4.1",

pnpm-lock.yaml

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/layout.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ const Layout = ({ children }: { children: ReactNode }) => {
2828

2929
return (
3030
<>
31-
{/*<div className="banner">*/}
32-
{/* <p>*/}
33-
{/* Next-gen <strong>form building</strong> platform with code generation.*/}
34-
{/* <a*/}
35-
{/* href="https://beekai.com/"*/}
36-
{/* title="Learn more about BEEKAI form builder"*/}
37-
{/* target="_blank"*/}
38-
{/* rel="noreferrer"*/}
39-
{/* >*/}
40-
{/* Find out more*/}
41-
{/* </a>*/}
42-
{/* </p>*/}
43-
{/*</div>*/}
4431
<a className="skip-main" href="#main">
4532
Skip to content
4633
</a>

src/components/sponsorsList.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
border-radius: 50px;
4949
}
5050

51+
.add {
52+
border: 1px dashed #ccc;
53+
border-radius: 50px;
54+
font-size: 12px;
55+
}
56+
5157
@media (min-width: 768px) {
5258
.logoGroup {
5359
display: grid;

src/components/sponsorsList.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,12 @@ export function SponsorsList() {
3535
/>
3636
</a>
3737
<a
38-
href="https://www.sanity.io//"
38+
href="https://opencollective.com/react-hook-form"
3939
target="_blank"
40+
className={styles.add}
4041
rel="noopener noreferrer"
4142
>
42-
<img
43-
className={styles.twicsy}
44-
src="/images/sanity.png"
45-
alt="sanity io"
46-
/>
43+
+ Sponsor
4744
</a>
4845
</div>
4946
</div>

0 commit comments

Comments
 (0)