Commit 5eddb853 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Update shared components in `NotebookResultCount`

parent b9f50c0d
import { Spinner } from '@hypothesis/frontend-shared';
import { Spinner } from '@hypothesis/frontend-shared/lib/next';
import { useRootThread } from './hooks/use-root-thread';
import { countVisible } from '../helpers/thread';
......@@ -39,7 +39,7 @@ function NotebookResultCount({
return (
<div className="flex gap-x-1 leading-none">
{isLoading && <Spinner size="small" />}
{isLoading && <Spinner size="sm" />}
{!isLoading && (
<h2 className="font-bold">
{!hasResults && <span>No results</span>}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment