Skip to content

Commit

Permalink
Changed to -> Go to
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishawdeep-Singh committed Dec 29, 2024
1 parent 90f3fc7 commit 0db2699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/room/room-pin-menu/RoomPinMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function PinnedMessage({ room, eventId, renderContent, onOpen, canPinEvent }: Pi
const renderOptions = () => (
<Box shrink="No" gap="200" alignItems="Center">
<Chip data-event-id={eventId} onClick={handleOpenClick} variant="Secondary" radii="Pill">
<Text size="T200">go to message</Text>
<Text size="T200">Go to</Text>
</Chip>
{canPinEvent && (
<IconButton
Expand Down

0 comments on commit 0db2699

Please sign in to comment.