Skip to content

Commit

Permalink
File explorer example moved from examples to example-projects. (#308
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sknauff authored Sep 29, 2024
1 parent 341e0e7 commit b6630f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-src/0.5/en/reference/desktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Dioxus desktop is built off [Tauri](https://tauri.app/). Right now there are lim
## Examples

- [File Explorer](https://github.com/DioxusLabs/dioxus/blob/main/examples/file_explorer.rs)
- [File Explorer](https://github.com/DioxusLabs/dioxus/blob/main/example-projects/file-explorer)
- [Tailwind App](https://github.com/DioxusLabs/dioxus/tree/v0.5/examples/tailwind)

[![Tailwind App screenshot](./public/static/tailwind_desktop_app.png)](https://github.com/DioxusLabs/dioxus/tree/v0.5/examples/tailwind)
Expand Down
2 changes: 1 addition & 1 deletion src/components/homepage/featured_examples.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub(crate) fn FeaturedExamples() -> Element {
title: "File Explorer",
subtitle: "Desktop",
description: "Interact with native APIs directly from your UI. Works with a simple `cargo run` and is bundle-ready.",
link: "https://github.com/DioxusLabs/dioxus/blob/main/examples/file_explorer.rs",
link: "https://github.com/DioxusLabs/dioxus/blob/main/example-projects/file-explorer",
img_avif: "/static/file_explorer.avif",
img: "/static/file_explorer.png",
img_alt: "File Explorer"
Expand Down

0 comments on commit b6630f1

Please sign in to comment.