Skip to content

Commit

Permalink
fix(expo-lcagents): added missing onboard screen to the layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lybyte committed Nov 11, 2024
1 parent 7d95c3e commit aff28a8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/expo-lcagents/src/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ function RootLayoutNav() {
<Stack.Screen name="register" options={{ animation: 'fade' }} />
<Stack.Screen name="login" options={{ animation: 'fade' }} />
<Stack.Screen name="profile" options={{ animation: 'fade' }} />

<Stack.Screen name="onboard" options={{ animation: 'fade' }} />


</Stack>

Expand Down
22 changes: 22 additions & 0 deletions apps/kbve.com/src/content/journal/11-11.mdx
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit aff28a8

Please sign in to comment.