From aff28a8c7da0be41e66c5f08d5dd2fd87b6f0136 Mon Sep 17 00:00:00 2001
From: h0lybyte <5599058+h0lybyte@users.noreply.github.com>
Date: Mon, 11 Nov 2024 02:19:28 -0500
Subject: [PATCH] fix(expo-lcagents): added missing onboard screen to the
layout.
---
apps/expo-lcagents/src/app/_layout.tsx | 3 ++-
apps/kbve.com/src/content/journal/11-11.mdx | 22 +++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 apps/kbve.com/src/content/journal/11-11.mdx
diff --git a/apps/expo-lcagents/src/app/_layout.tsx b/apps/expo-lcagents/src/app/_layout.tsx
index aabbd5025..f6dd1ce23 100644
--- a/apps/expo-lcagents/src/app/_layout.tsx
+++ b/apps/expo-lcagents/src/app/_layout.tsx
@@ -62,7 +62,8 @@ function RootLayoutNav() {
-
+
+
diff --git a/apps/kbve.com/src/content/journal/11-11.mdx b/apps/kbve.com/src/content/journal/11-11.mdx
new file mode 100644
index 000000000..dac30420b
--- /dev/null
+++ b/apps/kbve.com/src/content/journal/11-11.mdx
@@ -0,0 +1,22 @@
+---
+title: 'November: 11th'
+category: Daily
+date: 2024-11-11 12:00:00
+client: Self
+unsplash: 1721332154373-17e78d19b4a4
+img: https://images.unsplash.com/photo-1721332154373-17e78d19b4a4?crop=entropy&cs=srgb&fm=jpg&ixid=MnwzNjM5Nzd8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODE3NDg2ODY&ixlib=rb-4.0.3&q=85
+description: November 11th.
+tags:
+ - daily
+---
+
+import { Adsense, Tasks } from '@kbve/astropad';
+
+## 2024
+
+- 02:18AM
+
+ **Screen**
+
+ Forgot to add the screen for the `onboard` section.
+ Let me go ahead and push that up.
\ No newline at end of file