We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9b4c5 commit 345d3beCopy full SHA for 345d3be
frontend/viewer/src/home/Server.svelte
@@ -88,7 +88,7 @@
88
{#each projects as project}
89
{@const localProject = matchesProject(localProjects, project)}
90
{#if localProject?.crdt}
91
- <ButtonListItem href={`/project/${project.name}`}>
+ <ButtonListItem href={`/project/${project.code}`}>
92
<ListItem icon={mdiCloud}
93
title={project.name}
94
loading={downloading === project.name}>
0 commit comments