Skip to content

Commit

Permalink
refactor: apply code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddseL committed Dec 17, 2024
1 parent 5ca6132 commit 9a8d6d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
*/

export type UiFeature =
// Enables the homepage. If this is not enabled, the default page will be the Catalog
| 'enable-home'

// Show an iFrame on the homepage. The URL needs to be configured in the theme. Requires 'enable-home'
| 'iframe-in-home'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ <h2 class="wizard-step-title">Organization Profile</h2>
<ng-template matStepLabel>Confirmation</ng-template>
<div class="my-12 flex flex-col justify-center items-center">
<h3 class="wizard-end-title text-center">
{{
'Thank you for onboarding on the ' + appConfig.portalName + '!'
}}
Thank you for onboarding on the {{ appConfig.portalName }}!
</h3>
<p class="wizard-end-prose max-w-3xl text-center">
Congratulations on successfully onboarding to our platform! We're
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<h2 class="wizard-end-title">Finish setting up your connector!</h2>
<p class="wizard-end-prose max-w-2xl">
To setup the connector, you will have to follow the Deployment Guide in the
EDC repository which you can find by clicking the button below.
<br />
EDC repository which you can find by clicking the button below. <br />
To get you started, we have prepared the following:
</p>
<div class="relative p-4 bg-gray-100 max-w-5xl overflow-hidden">
Expand Down

0 comments on commit 9a8d6d4

Please sign in to comment.