We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dda079f + 44f442d commit c5e3ae3Copy full SHA for c5e3ae3
src/components/Layout/Sidebar/SidebarLink.tsx
@@ -77,7 +77,7 @@ export function SidebarLink({
77
{title}{' '}
78
{canary && (
79
<IconCanary
80
- title="This feature is available in the latest Canary"
+ title=" - This feature is available in the latest Canary"
81
className="ms-2 text-gray-30 dark:text-gray-60 inline-block w-4 h-4 align-[-3px]"
82
/>
83
)}
src/components/PageHeading.tsx
@@ -34,7 +34,7 @@ function PageHeading({
34
{title}
35
36
37
38
className="ms-4 mt-1 text-gray-50 dark:text-gray-40 inline-block w-6 h-6 align-[-1px]"
39
40
0 commit comments