Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Pavitt <99246719+joepavitt@users.noreply.github.com>
  • Loading branch information
Yndira-E and joepavitt authored Jun 25, 2024
1 parent a3c213d commit 1e36866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/_includes/migration.njk
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,12 @@
event.preventDefault();
}
const PROD = '968a9ab6-3dd8-45b2-991c-3f055dc18787'
const TEST = '1ecbeb84-36a6-4077-b6c8-3f4a5b06bca0'
function displayHubSpotForm() {
hbspt.forms.create({
target: '#hs-user-form',
region: "eu1",
portalId: "26586079",
formId: TEST,
formId:"968a9ab6-3dd8-45b2-991c-3f055dc18787",
onFormSubmitted: function ($form) {
migrateFile()
}
Expand Down
2 changes: 1 addition & 1 deletion src/flowfuse-dashboard.njk
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ meta:
<div class="w-full px-6 pt-2">
<div class="max-w-md sm:max-w-screen-lg mx-auto pb-14">
<div class="mx-auto w-full md:max-w-screen-lg">
<h2 class="text-center w-full md:text-left">Easily migrate <span class="text-indigo-600">from Dashboard 1.0
<h2 id="migration-service" class="text-center w-full md:text-left">Easily migrate <span class="text-indigo-600">from Dashboard 1.0
to FlowFuse Dashboard</span></h2>
<p class="mt-6">
Get started quickly with your new FlowFuse Dashboard. This migration service will automatically convert
Expand Down

0 comments on commit 1e36866

Please sign in to comment.