From bb6ea00fdb8647d4d7260a0c8141793a3056c9c2 Mon Sep 17 00:00:00 2001 From: Michael Villalba Sotelo Date: Fri, 10 Apr 2026 21:20:33 -0600 Subject: [PATCH] fix(website): remove md padding top spacing and keep the default --- apps/app/src/app/nx-welcome.ts | 823 -------------------- apps/website/src/components/home-page.astro | 2 +- 2 files changed, 1 insertion(+), 824 deletions(-) delete mode 100644 apps/app/src/app/nx-welcome.ts diff --git a/apps/app/src/app/nx-welcome.ts b/apps/app/src/app/nx-welcome.ts deleted file mode 100644 index 900c36e..0000000 --- a/apps/app/src/app/nx-welcome.ts +++ /dev/null @@ -1,823 +0,0 @@ -import { Component, ViewEncapsulation } from '@angular/core'; -import { CommonModule } from '@angular/common'; - -@Component({ - selector: 'app-nx-welcome', - imports: [CommonModule], - template: ` - - - - -
-
- -
-

- Hello there, - Welcome app 👋 -

-
- -
-
-

- - - - You're up and running -

- What's next? -
-
- - - -
-
- - - -
-

Next steps

-

Here are some things you can do with Nx:

-
- - - - - Build, test and lint your app - -
# Build
-nx build 
-# Test
-nx test 
-# Lint
-nx lint 
-# Run them together!
-nx run-many -t build test lint
-
-
- - - - - View project details - -
nx show project app
-
- -
- - - - - View interactive project graph - -
nx graph
-
- -
- - - - - Add UI library - -
# Generate UI lib
-nx g @nx/angular:lib ui
-# Add a component
-nx g @nx/angular:component ui/src/lib/button
-
-
-

- Carefully crafted with - - - -

-
-
- `, - styles: [], - encapsulation: ViewEncapsulation.None, -}) -export class NxWelcome {} diff --git a/apps/website/src/components/home-page.astro b/apps/website/src/components/home-page.astro index 2ae7d02..f5592bc 100644 --- a/apps/website/src/components/home-page.astro +++ b/apps/website/src/components/home-page.astro @@ -21,7 +21,7 @@ const toneStyles = { ---