Skip to content

Commit 345d3be

Browse files
committed
Update project URL to use project code instead of name
this only affects the projects in the sever as the local list was already correct
1 parent 3a9b4c5 commit 345d3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/viewer/src/home/Server.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
{#each projects as project}
8989
{@const localProject = matchesProject(localProjects, project)}
9090
{#if localProject?.crdt}
91-
<ButtonListItem href={`/project/${project.name}`}>
91+
<ButtonListItem href={`/project/${project.code}`}>
9292
<ListItem icon={mdiCloud}
9393
title={project.name}
9494
loading={downloading === project.name}>

0 commit comments

Comments
 (0)