We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ebed1 commit 44f442dCopy full SHA for 44f442d
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