Skip to content

Commit

Permalink
[app] Minor spacing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hancock committed Nov 26, 2024
1 parent c872e24 commit cfba969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/desktop/src/components/SplashPills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function SplashPills({ append }) {
return (
<div className="grid grid-cols-2 gap-4 mb-[8px]">
<SplashPill content="Migrate code to react" append={append} />
<SplashPill content="Scaffold an API for data retention" append={append} />
<SplashPill content="Scaffold a data retention API" append={append} />
<SplashPill content="List files in my CWD" append={append} />
<SplashPill content="Find all markdown files" append={append} />
</div>
Expand Down
2 changes: 1 addition & 1 deletion ui/desktop/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const createChat = (query?: string) => {
const mainWindow = new BrowserWindow({
titleBarStyle: 'hidden',
trafficLightPosition: { x: 16, y: 18 },
width: 530,
width: 650,
height: 800,
minWidth: 530,
minHeight: 800,
Expand Down

0 comments on commit cfba969

Please sign in to comment.