Skip to content

Commit

Permalink
Keep/checkbox transition (#112)
Browse files Browse the repository at this point in the history
* Issue: Checkbox transition issue fixed.

* Added: Tooltip content changed.
  • Loading branch information
Arifulislam5577 authored Dec 24, 2023
1 parent 08099d6 commit 48ef5be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/preview.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Actions Vercel Production Deployment
name: Keep React Production Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion app/components/ComponentsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const TooltipComponent = () => {
return (
<Tooltip
title="Tooltip Title here"
content="Lorem ipsum dolor sit amet consectetur, adipisicing elit. Excepturi, alias."
content="A tooltip is a user interface component containing text that appears when a user hover."
trigger="hover"
placement="top"
animation="duration-300"
Expand Down

0 comments on commit 48ef5be

Please sign in to comment.