Skip to content

Commit

Permalink
fix(extension): #118: truncate the URL of connected sites
Browse files Browse the repository at this point in the history
  • Loading branch information
VanishMax committed Jul 22, 2024
1 parent e8b18f9 commit e5bbc69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const KnownSite = ({
href={site.origin}
target='_blank'
rel='noreferrer'
className='decoration-green hover:underline'
className='truncate decoration-green hover:underline'
>
<DisplayOriginURL url={new URL(site.origin)} />
</a>
Expand Down

0 comments on commit e5bbc69

Please sign in to comment.