mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-25 03:09:24 -06:00
updated launch hq (#174)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
@@ -127,7 +127,7 @@ const ReactFormBuilderPage = () => (
|
||||
</dt>
|
||||
</div>
|
||||
))}
|
||||
<a href="mailto:johannes@formbricks.com">
|
||||
<a href="https://github.com/formbricks/formbricks/issues/new/choose">
|
||||
<div className="mx-auto flex max-w-sm items-center transition delay-100 duration-200 ease-in-out hover:scale-105">
|
||||
<PlusIcon
|
||||
className="text-brand-dark dark:text-brand-lightml-4 h-6 w-6 md:ml-5"
|
||||
|
||||
@@ -101,7 +101,7 @@ export default function FormsList({ teamId }) {
|
||||
onClick={() => {
|
||||
if (
|
||||
confirm(
|
||||
"Are you sure you want to delete this form? This also deletes all submissions that are captures with this form. This action cannot be undone."
|
||||
"Are you sure you want to delete this form? This also deletes all submissions that are captured with this form. This action cannot be undone."
|
||||
)
|
||||
) {
|
||||
deleteFormAction(form, formIdx);
|
||||
|
||||
Reference in New Issue
Block a user