Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 100dba0

Browse files
committed
botway(assets): fix botway assets
1 parent ca40fcc commit 100dba0

File tree

4 files changed

+23
-25
lines changed

4 files changed

+23
-25
lines changed

assets/components/Logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const LogoSection = () => {
1+
export const LogoSection = () => {
22
return (
33
<section className="flex items-start w-full px-4 mx-auto md:px-0 md:items-center md:w-1/3">
44
<div

assets/fresh.gen.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// DO NOT EDIT. This file is generated by fresh.
1+
// DO NOT EDIT. This file is generated by Fresh.
22
// This file SHOULD be checked into source version control.
33
// This file is automatically updated during development when running `dev.ts`.
44

5-
import config from "./deno.json" assert { type: "json" };
65
import * as $0 from "./routes/index.tsx";
76
import * as $1 from "./routes/integrations/[slug].tsx";
87
import * as $2 from "./routes/integrations/index.tsx";
@@ -15,7 +14,6 @@ const manifest = {
1514
},
1615
islands: {},
1716
baseUrl: import.meta.url,
18-
config,
1917
};
2018

2119
export default manifest;

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"@apollo/client": "^3.8.1",
1313
"@faker-js/faker": "^8.0.2",
1414
"@headlessui/react": "^1.7.17",
15-
"@primer/octicons-react": "^19.6.0",
15+
"@primer/octicons-react": "^19.7.0",
1616
"@supabase/auth-helpers-nextjs": "^0.7.4",
1717
"@supabase/supabase-js": "^2.33.1",
1818
"@tanstack/react-query": "^4.33.0",
19-
"ai": "^2.2.10",
19+
"ai": "^2.2.11",
2020
"ajv": "^8.12.0",
2121
"autoprefixer": "10.4.15",
2222
"bcryptjs": "^2.4.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)