Skip to content

Commit cec0cf4

Browse files
committed
style(web-dashboard): remove GitHub link and button group
- Remove the GitHub link button and related styles from the web dashboard page - Simplify the page layout by eliminating the button group section
1 parent 8abbb2f commit cec0cf4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/content/docs/web-dashboard/index.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,3 @@ The Flutter News App Web Dashboard is a comprehensive, production-ready web appl
3333
[Read more →](/docs/web-dashboard/manuals/managing-content/)
3434
</Card>
3535
</CardGrid>
36-
37-
<div class="button-group">
38-
<LinkButton href="https://github.com/flutter-news-app-full-source-code/flutter-news-app-web-dashboard-full-source-code" icon="github" variant="secondary">Browse on GitHub</LinkButton>
39-
</div>
40-
41-
<style>
42-
.button-group {
43-
display: flex;
44-
gap: 1rem;
45-
margin-top: 2rem;
46-
}
47-
</style>

0 commit comments

Comments
 (0)