From 0622956bb4670dd67fc912a753bffb33e39a5213 Mon Sep 17 00:00:00 2001 From: Viswas Haridas <37623357+JustARatherRidiculouslyLongUsername@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:34:10 +0530 Subject: [PATCH] fix: reorder tiles to alphabetical order (#1170) * fix: reorder tiles to alphabetical order * fix: logo size + font size fixes (#1171) * fix: logo size + font size fixes * fix: beta badge positioning (#1172) --- .../landing-v2/landing-v2.component.html | 140 +++++++++--------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/src/app/integrations/landing-v2/landing-v2.component.html b/src/app/integrations/landing-v2/landing-v2.component.html index b98c63d0c..103422d23 100644 --- a/src/app/integrations/landing-v2/landing-v2.component.html +++ b/src/app/integrations/landing-v2/landing-v2.component.html @@ -38,6 +38,25 @@

+
+
+ + @if (isAppConnected('BUSINESS_CENTRAL')) { + + } @else { + + } +
+ +
+ Dynamics 365 Business Central +
Accounting
+
+ +
+
@@ -59,30 +78,11 @@

-
-
- - @if (isAppConnected('INTACCT')) { - - } @else { - - } -
-
- - Sage Intacct - - - Accounting - -
-
-
+
- @if (isAppConnected('QBO')) { + @if (isAppConnected('QBD')) { } @else { @@ -90,37 +90,36 @@

- QuickBooks Online + QuickBooks Desktop (IIF) Accounting
-
+ +
- - @if (isAppConnected('XERO')) { + + @if (isAppConnected('QBD_DIRECT')) { } @else { }
-
- - Xero - - - Accounting - -
+ +
+ QuickBooks Desktop (Web Connector) +
Accounting
+
+
-
+
- @if (isAppConnected('QBD')) { + @if (isAppConnected('QBO')) { } @else { @@ -128,68 +127,69 @@

- QuickBooks Desktop (IIF) + QuickBooks Online Accounting
- -
+
- - @if (isAppConnected('QBD_DIRECT')) { + + @if (isAppConnected('SAGE300')) { } @else { }
- +
- QuickBooks Desktop (Web Connector) + Sage 300 CRE
Accounting
+
-
+
- - @if (isAppConnected('SAGE300')) { + + @if (isAppConnected('INTACCT')) { } @else { }
- -
- Sage 300 CRE -
Accounting
-
- -
+
+ + Sage Intacct + + + Accounting + +
-
+
- - @if (isAppConnected('BUSINESS_CENTRAL')) { + + @if (isAppConnected('XERO')) { } @else { }
- -
- Dynamics 365 Business Central -
Accounting
-
- -
+
+ + Xero + + + Accounting + +