From b18cb21f567e720660c1a86da445b9a3be43052c Mon Sep 17 00:00:00 2001 From: chrisdca Date: Thu, 30 Oct 2025 15:40:45 -0500 Subject: [PATCH] feat: update app --- src/app/layout.tsx | 6 +++--- src/app/page.tsx | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..8bc8cd0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,5 @@ -import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; +import type {Metadata} from "next"; +import {Geist, Geist_Mono} from "next/font/google"; import "./globals.css"; const geistSans = Geist({ @@ -23,7 +23,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + diff --git a/src/app/page.tsx b/src/app/page.tsx index 76aa40b..f09dc4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,11 @@ export default function Home() { return (
-

- My first deploy with Github Actions and use my own action v1 !!! -

+

+ My first deploy with Github Actions and use my own action v1 !!! 🙉 +

+

HELLO!!!!!!!!

+ BYE!!!!!
);