Skip to content

Commit ca92108

Browse files
Fix typing mistake in event nav card
1 parent 303fd21 commit ca92108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/overrides/Pagination.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import IconLinkCard from '@src/components/IconLinkCard.astro';
1717
iconColor="var(--sl-color-blue)"
1818
title="Events"
1919
titleColor="var(--sl-color-blue)"
20-
description="List of all client-side, server-side and shared events"
20+
description="List of all client-side and server-side events"
2121
href="/Scripting_Events" />
2222

2323
<IconLinkCard

0 commit comments

Comments
 (0)