Skip to content

Commit 3387ab7

Browse files
jdamcdclaude
andcommitted
Add airplane image to empty state, remove Google button beta label
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent c9245cd commit 3387ab7

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

4.21 KB
Loading

public/empty.png

6.66 KB
Loading

public/empty@2x.png

18.7 KB
Loading

src/components/CalendarInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ export function CalendarInput({ onImport }: CalendarInputProps) {
341341
/>
342342
</svg>
343343
Connect Google Calendar
344-
<span className="px-1.5 py-0.5 text-xs font-medium rounded-full bg-purple-100 text-purple-700 dark:bg-purple-800/50 dark:text-purple-300">Beta</span>
345344
</button>
346345
)}
347346

src/components/VisitList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export function VisitList({
101101
{sortedVisits.length === 0 ? (
102102
<div className="flex items-center justify-center h-full p-6 text-center text-gray-500 dark:text-gray-400 text-sm leading-relaxed">
103103
<div>
104+
<img src="/empty.png" srcSet="/empty.png 1x, /empty@2x.png 2x" alt="" className="w-32 mx-auto mb-4" />
104105
<p className="font-medium text-gray-700 dark:text-gray-300 mb-2">Import a calendar to visualise travel history</p>
105106
<p>Trips are automatically detected from events like flights and hotel bookings</p>
106107
</div>

0 commit comments

Comments
 (0)