Skip to content

Commit b1cd769

Browse files
aslilacclaude
andcommitted
refactor(site): migrate ActiveUserChart from emotion to tailwind styling
Replaced emotion css prop with equivalent Tailwind classes in ActiveUsersTitle component. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 34c46c0 commit b1cd769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/ActiveUserChart/ActiveUserChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ type ActiveUsersTitleProps = {
113113

114114
export const ActiveUsersTitle: FC<ActiveUsersTitleProps> = ({ interval }) => {
115115
return (
116-
<div css={{ display: "flex", alignItems: "center", gap: 8 }}>
116+
<div className="flex items-center gap-2">
117117
{interval === "day" ? "Daily" : "Weekly"} Active Users
118118
<HelpTooltip>
119119
<HelpTooltipTrigger size="small" />

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy