From c4a4a640cc6e3b417b7acc893cb464714e77a379 Mon Sep 17 00:00:00 2001 From: Ajay Negi <97536703+ajaynegi45@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:28:18 +0530 Subject: [PATCH] Update Greetings --- .github/workflows/greetings.yml | 4 ++-- src/app/layout.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 827f798..1201ffd 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -15,5 +15,5 @@ jobs: uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "πŸ‘‹ Thank you @${{ github.actor }} for raising an issue! We’re thrilled to have your input as we work together to make this project even better. Our team will review it shortly, so stay tuned! To make sure your issue gets the attention it deserves, please consider starring the repo 🌟." - pr-message: "πŸŽ‰ Thank you @${{ github.actor }} for your contribution! Your pull request has been submitted successfully, and a maintainer will review it as soon as possible. We appreciate your support in making this project better. To show your appreciation and keep us growing, please remember to star the repo 🌟!" \ No newline at end of file + issue-message: "πŸ‘‹ Thank you @${{ github.actor }} for raising an issue! We’re thrilled to have your input as we work to make this project even better. Our team will review it shortly, so stay tuned! Meanwhile, feel free to **join our [Discord](https://discord.gg/QFnvJGh72V)** for the latest updates, discussions, and announcements. To make sure your issue gets noticed, don’t forget to **star the repo 🌟** and follow [@ajaynegi45](https://github.com/ajaynegi45) for even more project insights!" + pr-message: "πŸŽ‰ Thank you @${{ github.actor }} for your contribution! Your pull request has been submitted successfully, and a maintainer will review it soon. We’re excited to have you on board! For updates and community support, **join our [Discord](https://discord.gg/QFnvJGh72V)** and be part of the conversation. Remember to **star the repo 🌟** to help us grow, and follow [@ajaynegi45](https://github.com/ajaynegi45) to stay in the loop and increase the visibility of your contributions!" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 278f59c..3e2b5f9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,7 @@ import { auth } from "@/auth"; import { redirect } from "next/navigation"; import { headers } from "next/headers"; import { SessionProvider } from "next-auth/react"; -// import { SpeedInsights } from '@vercel/speed-insights/next'; +import { SpeedInsights } from '@vercel/speed-insights/next'; const customFont = localFont({ src: "../font/customFont.otf", @@ -82,7 +82,7 @@ export default async function RootLayout({
{children} - {/**/} +