diff --git a/.gitignore b/.gitignore index fd3dbb5..f696615 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +certificates \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 32160b1..34b6865 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/app/(site)/create/page.tsx b/src/app/(site)/create/page.tsx index 4aa10b3..1aec6df 100644 --- a/src/app/(site)/create/page.tsx +++ b/src/app/(site)/create/page.tsx @@ -213,13 +213,13 @@ export default function CreateBounty() {
Write Preview @@ -256,7 +256,7 @@ export default function CreateBounty() { -
+
{form.getValues().description}
@@ -282,8 +282,7 @@ export default function CreateBounty() { role="combobox" className={cn( "justify-between", - !field.value && - "bg-secondary/20 text-muted-foreground", + !field.value && "bg-muted/90 text-muted-foreground", )} > {field.value @@ -344,7 +343,7 @@ export default function CreateBounty() { control={form.control} name="shouldNotify" render={({ field }) => ( - +
+ {children}