updated launch hq (#174)

This commit is contained in:
Johannes
2022-12-09 11:37:44 -06:00
committed by GitHub
parent 3daf96c2bb
commit aa5f4654a5
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -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"

View File

@@ -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);