Skip to content

Commit 5a5b034

Browse files
Merge branch 'main' into v2-docs-update
2 parents 606c677 + 768fdb4 commit 5a5b034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osmium/src/ui/layout/main-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export function MainHeader(_props: MainHeaderProps) {
113113
<div class="order- flex basis-0 items-center justify-end gap-4 lg:order-2">
114114
<ClientSearch />
115115
<a
116-
href={`${config().themeConfig?.discord}/${project().projects[project().current].path || "solid"}`}
116+
href={`${config().themeConfig?.github}/${project().projects[project().current].path || "solid"}`}
117117
class="group"
118118
aria-label="GitHub"
119119
target="_blank"

0 commit comments

Comments
 (0)