Skip to content

Commit 8fec8b7

Browse files
committed
Replace incorrect home page content about Next.js.
1 parent 582ef1f commit 8fec8b7

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

public/components/PageHome.mjs

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,17 @@ export default function PageHome() {
8181
null,
8282
"This ",
8383
h(LinkText, {
84-
href: "https://nextjs.org",
85-
}, "Next.js"),
86-
" web app demonstrates server side rendering and functionality of the",
84+
href: "https://deno.land",
85+
}, "Deno"),
8786
" ",
87+
h(LinkText, {
88+
href: "https://ruck.tech",
89+
}, "Ruck"),
90+
" web app demonstrates server side rendering and functionality of the npm package ",
8891
h(LinkText, {
8992
href: "https://github.com/jaydenseric/graphql-react",
9093
}, h(Code, null, "graphql-react")),
91-
" ",
92-
"and",
93-
" ",
94-
h(LinkText, {
95-
href: "https://github.com/jaydenseric/next-graphql-react",
96-
}, h(Code, null, "next-graphql-react")),
97-
" ",
98-
"npm packages.",
94+
".",
9995
),
10096
h(
10197
Para,

0 commit comments

Comments
 (0)