Skip to content

Commit

Permalink
projection: use user uuid to generate color
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Sep 10, 2024
1 parent 8732732 commit 85899c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Projection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const eventSources = props.projection.participants.map(
id: p.discord_username,
url: `/api/calendars/${p.discord_id_str}`,
format: "ics",
color: uniqolor(p.discord_id_str).color,
color: uniqolor(p.id).color,
} satisfies EventSourceInput)
);
</script>
Expand Down

0 comments on commit 85899c5

Please sign in to comment.