Add Clerk authentication and update auth flow for stories and API routes
This commit is contained in:
@@ -24,12 +24,12 @@ export function ComicCanvas({ page }: ComicCanvasProps) {
|
||||
|
||||
<div className="relative z-10 w-full max-w-xl">
|
||||
<div className="bg-white w-full p-3 shadow-2xl rounded-sm mx-auto" style={{ maxWidth: "512px" }}>
|
||||
<div className="w-full border-4 border-black overflow-hidden relative aspect-[3/4]">
|
||||
<div className="w-full border-4 border-black overflow-hidden relative aspect-3/4">
|
||||
<div className="w-full h-full bg-neutral-900">
|
||||
<img
|
||||
src={page.image || "/placeholder.svg"}
|
||||
alt={`Page ${page.id}`}
|
||||
className="w-full h-full object-cover opacity-90 grayscale-[10%] contrast-110"
|
||||
className="w-full h-full object-cover opacity-90 grayscale-10 contrast-110"
|
||||
/>
|
||||
</div>
|
||||
<div className="scan-line opacity-30" />
|
||||
|
||||
Reference in New Issue
Block a user