We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3ea9d commit 70f0400Copy full SHA for 70f0400
site/src/routes/package/[name]/components/heading.tsx
@@ -207,7 +207,7 @@ export const Heading: Component<{ name: string; formattedName: string }> = props
207
</svg>
208
{props.name && (
209
<a
210
- class="relative inline-block scale-90 transition-opacity hover:opacity-70 sm:scale-100 fill-current"
+ class="relative inline-block scale-90 fill-current transition-opacity hover:opacity-70 sm:scale-100"
211
href={`${GITHUB_REPO}/tree/main/packages/${props.name}`}
212
target="_blank"
213
rel="noopener"
0 commit comments