Skip to content

Commit 242c0d4

Browse files
committed
chore
1 parent e6d9fbb commit 242c0d4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/content/docs/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ template: splash
55
hero:
66
tagline: Your full-stack solution for launching a professional news platform. Includes a Flutter mobile app, a web-based dashboard, and a powerful Dart Frog backend.
77
image:
8-
file: ../../../assets/houston.webp
8+
file: ../../assets/houston.webp
99
actions:
1010
- text: Start Local Setup
1111
link: /getting-started/local-setup/
@@ -26,8 +26,7 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
2626
<Card title="Mobile Client App" icon="phone">
2727
A feature-rich Flutter application for iOS and Android that delivers a beautiful, intuitive news reading experience to your users.
2828
<br /><br />
29-
<LinkButton href="/mobile-client/introduction/">Read the Docs</LinkButton>
30-
<a href="https://flutter-news-app-full-source-code.github.io/flutter-news-app-mobile-client-full-source-code/" target="_blank" style={{ marginLeft: '1rem', fontSize: '0.875rem' }}>View Live Demo</a>
29+
<LinkButton href="https://flutter-news-app-full-source-code.github.io/flutter-news-app-mobile-client-full-source-code/" target="_blank">View Live Demo</LinkButton>
3130
<a href="https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code" target="_blank" style={{ marginLeft: '1rem', fontSize: '0.875rem' }}>Browse on GitHub</a>
3231
</Card>
3332
<Card title="Web Dashboard" icon="laptop">
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: 'Welcome'
3+
description: ....
4+
---
5+
6+
This page will contains ...

0 commit comments

Comments
 (0)