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

Commit

Permalink
botway(assets): fix botway assets
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Sep 1, 2023
1 parent ca40fcc commit 100dba0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 25 deletions.
2 changes: 1 addition & 1 deletion assets/components/Logo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const LogoSection = () => {
export const LogoSection = () => {
return (
<section className="flex items-start w-full px-4 mx-auto md:px-0 md:items-center md:w-1/3">
<div
Expand Down
4 changes: 1 addition & 3 deletions assets/fresh.gen.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// DO NOT EDIT. This file is generated by fresh.
// DO NOT EDIT. This file is generated by Fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import config from "./deno.json" assert { type: "json" };
import * as $0 from "./routes/index.tsx";
import * as $1 from "./routes/integrations/[slug].tsx";
import * as $2 from "./routes/integrations/index.tsx";
Expand All @@ -15,7 +14,6 @@ const manifest = {
},
islands: {},
baseUrl: import.meta.url,
config,
};

export default manifest;
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@apollo/client": "^3.8.1",
"@faker-js/faker": "^8.0.2",
"@headlessui/react": "^1.7.17",
"@primer/octicons-react": "^19.6.0",
"@primer/octicons-react": "^19.7.0",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.33.1",
"@tanstack/react-query": "^4.33.0",
"ai": "^2.2.10",
"ai": "^2.2.11",
"ajv": "^8.12.0",
"autoprefixer": "10.4.15",
"bcryptjs": "^2.4.3",
Expand Down
38 changes: 19 additions & 19 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 100dba0

Please sign in to comment.