Skip to content

Commit

Permalink
miniffix
Browse files Browse the repository at this point in the history
  • Loading branch information
domysh committed Oct 25, 2024
1 parent 6ddd052 commit 0aac163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Schedule/ScheduleCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const translationIcon = await ImportSvg("translation");
{
value.session.isServiceSession && (
<p class="opacity-60">
{t("session.room")}: {value.name}
{value.name}
</p>
)
}
Expand Down

0 comments on commit 0aac163

Please sign in to comment.