Skip to content

Commit

Permalink
Add arrow icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Kodonenko committed Jan 15, 2025
1 parent fd4ee5a commit 4ab21ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/sync-sites-modal-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { useState, useEffect } from 'react';
import { useOffline } from '../hooks/use-offline';
import { cx } from '../lib/cx';
import { getIpcApi } from '../lib/get-ipc-api';
import { ArrowIcon } from './arrow-icon';
import { Badge } from './badge';
import Button from './button';
import { CreateButton } from './connect-create-buttons';
Expand Down Expand Up @@ -217,6 +218,7 @@ function SiteItem( {
onClick={ () => getIpcApi().openURL( site.url ) }
>
{ site.url.replace( /^https?:\/\//, '' ) }
<ArrowIcon />
</Button>
</div>
{ isSyncable && (
Expand Down

0 comments on commit 4ab21ae

Please sign in to comment.