Skip to content

Commit 87ac90e

Browse files
Fix items from docs meeting
1 parent 425f62f commit 87ac90e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_components/LandingPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ export default function LandingPage() {
111111
own? Check out our{" "}
112112
<a
113113
href="https://github.com/denoland/deno-docs?tab=readme-ov-file#examples"
114-
class="text-primary hover:underline focus:underline"
114+
class="text-primary underline"
115115
>
116116
GitHub repository
117117
</a>.
118118
</p>
119119
<p>
120120
<a
121121
href="/runtime/contributing/examples/"
122-
class="text-primary hover:underline focus:underline text-center mt-4 font-bold"
122+
class="text-primary underline mt-4 font-bold"
123123
>
124124
Commit an example and we'll send you stickers!
125125
</a>

_components/SidebarNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function SidebarCategoryHeading(props: {
133133
isActive?: boolean;
134134
}) {
135135
return (
136-
<h2 class="block uppercase py-2 pr-4 mt-4 text-foreground-secondary font-bold leading-none tracking-wide !border-0">
136+
<h2 class="block uppercase py-2 pr-4 mt-4 text-foreground-secondary font-bold leading-[1.2] text-balance tracking-wide !border-0">
137137
{props.title}
138138
</h2>
139139
);

0 commit comments

Comments
 (0)