Use consistent "bookmark" wording in code and UI

This commit is contained in:
Ginger 2025-09-13 15:12:10 -04:00
parent f0ace27d4a
commit b63a47628e
No known key found for this signature in database
6 changed files with 129 additions and 173 deletions

View file

@ -62,7 +62,7 @@ function ServerCard({ serverName, onExplore }: ServerCardProps) {
</Box>
<Button onClick={onExplore} variant="Secondary" fill="Soft" size="300">
<Text size="B300" truncate>
Explore
Explore Rooms
</Text>
</Button>
</CardBase>