Skip to content

Fix typo in transition duration class#1113

Open
glitchySid wants to merge 1 commit into
ItzCrazyKns:masterfrom
glitchySid:patch-2
Open

Fix typo in transition duration class#1113
glitchySid wants to merge 1 commit into
ItzCrazyKns:masterfrom
glitchySid:patch-2

Conversation

@glitchySid

@glitchySid glitchySid commented Apr 15, 2026

Copy link
Copy Markdown
Contributor

Typo: duration200 missing hyphen → should be duration-200

sorry again very useless pr i noticed this when i was creating deleteAllChats feature by accident. i thought it would create a unnecessary bug.


Summary by cubic

Fixes a typo in the Tailwind transition duration class on the Delete button in DeleteChat.tsx. Replaces duration200 with duration-200 so the hover transition runs as expected.

Written for commit 6196ab2. Summary will update on new commits.

 Typo: duration200 missing hyphen → should be duration-200

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@xkonjin xkonjin left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple and effective fix for the typo in the Tailwind class name (duration200 -> duration-200). This ensures the transition duration applies correctly on hover. LGTM!

@glitchySid

Copy link
Copy Markdown
Contributor Author

Simple and effective fix for the typo in the Tailwind class name (duration200 -> duration-200). This ensures the transition duration applies correctly on hover. LGTM!

yayyy

@xkonjin xkonjin left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple, obvious typo fix for the tailwind transition duration class. LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants