Skip to content

Commit

Permalink
Update slide-visual-testing.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed May 24, 2024
1 parent 55c2eca commit 07affa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const SlideVisualTesting = () => {
initial={{ height: 0, borderBottomColor: 'transparent' }}
transition={{ delay: DELAY, duration: 3, times: [0, 0.1, 0.9, 1] }}
>
<div className="relative hidden sm:flex text-black text-sm h-10 items-center justify-between flex-shrink-0 px-4 bg-[#F6F9FC]">
<div className="relative flex text-black text-sm h-10 items-center justify-between flex-shrink-0 px-4 bg-[#F6F9FC]">
<span className="relative z-10">
👀 Running visual test {Math.floor(counter * 1.24)}/124...
</span>
Expand Down

0 comments on commit 07affa6

Please sign in to comment.