mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-17 07:28:46 +00:00
컴포넌트 관련 사소한 리팩토링
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
title?: string;
|
||||
}
|
||||
|
||||
let { children, onBackClick, title, ...props }: Props = $props();
|
||||
let { children, class: className, onBackClick, title }: Props = $props();
|
||||
</script>
|
||||
|
||||
<div
|
||||
class={[
|
||||
"sticky top-0 z-10 flex items-center justify-between gap-x-2 px-2 py-3 backdrop-blur-2xl",
|
||||
props.class,
|
||||
className,
|
||||
]}
|
||||
>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user