Skip to content

Commit 70f0400

Browse files
aquaductapegithub-actions[bot]
authored andcommitted
Format
1 parent 2d3ea9d commit 70f0400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/routes/package/[name]/components/heading.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export const Heading: Component<{ name: string; formattedName: string }> = props
207207
</svg>
208208
{props.name && (
209209
<a
210-
class="relative inline-block scale-90 transition-opacity hover:opacity-70 sm:scale-100 fill-current"
210+
class="relative inline-block scale-90 fill-current transition-opacity hover:opacity-70 sm:scale-100"
211211
href={`${GITHUB_REPO}/tree/main/packages/${props.name}`}
212212
target="_blank"
213213
rel="noopener"

0 commit comments

Comments
 (0)