Skip to content

Commit

Permalink
💄 UI - Fixed States Being Too Large on Homepage (#1830)
Browse files Browse the repository at this point in the history
Fixed text size on states on home page
  • Loading branch information
Harry-Ross authored Dec 5, 2023
1 parent f2d6b3b commit a1fe4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tina/__generated__/_schema.json

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions components/blocks/aboutUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,7 @@ const Map = ({
}
x={state.label.x}
y={state.label.y}
className={classNames(
"cursor-pointer fill-white text-xxxs"
)}
className={classNames("cursor-pointer fill-white text-xxs")}
onClick={() => setSelectedOffice(primaryOffice)}
onMouseOver={() => {
setOfficeBeingHovered(primaryOffice);
Expand Down

0 comments on commit a1fe4c4

Please sign in to comment.