Skip to content

Commit fdf2d87

Browse files
Update src/pages/session/[slug].astro
Co-authored-by: Mia Bajić <38294198+clytaemnestra@users.noreply.github.com>
1 parent 1285d22 commit fdf2d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/session/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const nextSessionsOrdered = sameRoomNextSession
101101
<dt class="font-bold">Duration:</dt>
102102
<dd>{entry.data.duration} minutes</dd>
103103
</dl>
104-
<Button class="mb-10" url=`/schedule/#session-${entry.id}`>View on the schedule</Button>
104+
<Button class="mb-10" url=`/schedule/#session-${entry.id}`>View in the schedule</Button>
105105

106106

107107
<Prose full>

0 commit comments

Comments
 (0)