Skip to content

Commit f5351a7

Browse files
committed
Merge remote-tracking branch 'origin/main' into auto-generate/first-release
2 parents 76df8ad + e3b876f commit f5351a7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/components/sections/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Container from "../../components/Container";
33
import Row from "../../components/Row";
44
import Terminal from "../../components/Terminal";
55
import Link from "@docusaurus/Link";
6-
import latestRelease from "../../version.json"
6+
import latestRelease from "../../version.json";
77

88
export default function Header() {
99
return (
@@ -59,7 +59,7 @@ export default function Header() {
5959
<div className="pt-52 sm:pt-80 pb-20 sm:flex items-end gap-8 relative isolate">
6060
<div className="sm:w-2/3 md:w-1/2">
6161
<a
62-
href={"./docs/home"}
62+
href={"docs/release-notes/" + latestRelease.version}
6363
className="rounded-full inline-flex items-center gap-1 py-1 px-2 border-2 border-sky-500 text-sm bg-sky-500/20 hover:bg-sky-600/20 transition-all hover:text-sky-400 text-sky-400 font-bold"
6464
>
6565
{latestRelease.version}

src/css/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
--font-size-base: 1rem;
3131

32-
--shadow-input: 0 0 0 0.25rem rgba(248, 187, 85, 0.25);
3332
--shadow-input-invalid: 0 0 0 0.25rem rgba(254, 202, 202, 0.5);
3433
}
3534

@@ -51,7 +50,6 @@
5150

5251
--font-size-base: 1rem;
5352

54-
--shadow-input: 0 0 0 0.25rem rgba(248, 187, 85, 0.25);
5553
--shadow-input-invalid: 0 0 0 0.25rem rgba(254, 202, 202, 0.5);
5654
}
5755

@@ -151,6 +149,10 @@ footer {
151149
height: 30px;
152150
}
153151

152+
.navbar__link--active {
153+
font-weight: var(--ifm-font-weight-semibold);
154+
}
155+
154156
.navbar {
155157
position: sticky;
156158
width: 100%;

0 commit comments

Comments
 (0)