We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 606c677 + 768fdb4 commit 5a5b034Copy full SHA for 5a5b034
1 file changed
osmium/src/ui/layout/main-header.tsx
@@ -113,7 +113,7 @@ export function MainHeader(_props: MainHeaderProps) {
113
<div class="order- flex basis-0 items-center justify-end gap-4 lg:order-2">
114
<ClientSearch />
115
<a
116
- href={`${config().themeConfig?.discord}/${project().projects[project().current].path || "solid"}`}
+ href={`${config().themeConfig?.github}/${project().projects[project().current].path || "solid"}`}
117
class="group"
118
aria-label="GitHub"
119
target="_blank"
0 commit comments