Skip to content

Commit

Permalink
fix: run npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
1egoman committed Oct 24, 2024
1 parent 7b1c465 commit ce60045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 1 addition & 5 deletions packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"jsx": "react-jsx",
"baseUrl": "."
},
"include": [
"src/index.tsx",
"src/**/*.ts",
"src/**/*.tsx",
],
"include": ["src/index.tsx", "src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules", "dist"]
}
5 changes: 4 additions & 1 deletion packages/web/src/components/onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ const OnboardingModal: React.FunctionComponent<OnboardingModalProps> = () => {
<div className="flex flex-col md:flex-row gap-6">
<div
className="p-5 rounded-lg bg-[#FFD9E1]"
style={{ background: 'linear-gradient(270deg, rgba(255,217,225,1) 0%, rgba(219,183,223,1) 100%)' }}
style={{
background:
'linear-gradient(270deg, rgba(255,217,225,1) 0%, rgba(219,183,223,1) 100%)',
}}
>
<div className="flex items-center mb-6">
<LayoutGridIcon size={24} className="text-ai-btn" />
Expand Down

0 comments on commit ce60045

Please sign in to comment.