Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
minuukang committed Jul 27, 2024
2 parents b6c8373 + 2509eaf commit bed8b4b
Show file tree
Hide file tree
Showing 5 changed files with 8,548 additions and 6,956 deletions.
2 changes: 0 additions & 2 deletions .github/actions/pnpm-setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ runs:
using: composite
steps:
- uses: pnpm/action-setup@v4
with:
version: 9.4.0
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
Binary file modified docs/public/example.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/overview.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Keyword, KeywordDescription } from '@/components';

# 개요

<video src="/example.mp4" width={250} muted autoPlay loop className="float-right ml-6 my-6 max-w-[40%]" />
<video src="/example.mp4" width={250} playsInline muted autoPlay loop className="float-right ml-6 my-6 max-w-[40%]" />

`@use-funnel`은 복잡한 UI 흐름을 간편하게 구현할 수 있도록 도와주는 [React Hook](https://ko.react.dev/reference/rules/rules-of-hooks)이에요.

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"eslint --fix",
"git add"
]
}
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
Loading

0 comments on commit bed8b4b

Please sign in to comment.