Skip to content

Commit

Permalink
Polishes the results text
Browse files Browse the repository at this point in the history
  • Loading branch information
lisacrowdtap committed Jan 13, 2024
1 parent af3dbb4 commit 40aa117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ export const Sidebar: React.FC = () => {
<div className="flex flex-wrap w-full">
<div className="flex">
{cards && cards.length > 0 ?
<div className="mt-2 flex flex-row text-[#72788D]">
<div className="font-bold mb-2 whitespace-nowrap">{cards.length} results</div>
<div className="ml-2 overflow-hidden overflow-ellipsis whitespace-nowrap max-w-xs">
<div className="mt-2 flex flex-row">
<div className="font-semibold mb-6 whitespace-nowrap">{cards.length} records:</div>
<div className="ml-2 overflow-hidden overflow-ellipsis whitespace-nowrap max-w-xs text-[#72788D]">
<a href={url} target="_blank">{url}</a>
</div>
</div>
Expand Down

0 comments on commit 40aa117

Please sign in to comment.