Skip to content

Commit

Permalink
chore: portal loop's homepage update (#1440)
Browse files Browse the repository at this point in the history
Signed-off-by: moul <94029+moul@users.noreply.github.com>

<!-- please provide a detailed description of the changes made in this
pull request. -->

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>

Signed-off-by: moul <94029+moul@users.noreply.github.com>
  • Loading branch information
moul authored Dec 20, 2023
1 parent e58316c commit 968f89e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
13 changes: 2 additions & 11 deletions examples/gno.land/r/gnoland/home/home.gno
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,8 @@ func worxDAO() ui.Element {
## Contributors
``*/
return ui.Element{
ui.H3("WorxDAO (WIP)"),
ui.Text(`- A
- A1
- A1A
- A1B
- A2
- A3
- A3A
- A3A1
- B
- C`),
ui.H3("Contributions (WorxDAO & GoR)"),
ui.Text(`TODO: GoR dashboard + WorxDAO topics`),
}
}

Expand Down
15 changes: 3 additions & 12 deletions examples/gno.land/r/gnoland/home/home_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,9 @@ func main() {
//
// <div class="jumbotron">
//
// ### WorxDAO (WIP)
//
// - A
// - A1
// - A1A
// - A1B
// - A2
// - A3
// - A3A
// - A3A1
// - B
// - C
// ### Contributions (WorxDAO & GoR)
//
// TODO: GoR dashboard + WorxDAO topics
// </div><!-- /jumbotron -->
//
// ### Explore New Packages and Realms
Expand Down

0 comments on commit 968f89e

Please sign in to comment.