From 43c80f8d9c37e121571b0aed7a9c6b3dff10c749 Mon Sep 17 00:00:00 2001 From: Martin Sosic Date: Thu, 6 Feb 2020 14:02:11 +0100 Subject: [PATCH] Removed /about from todo example. --- examples/todoApp/ext/Main.css | 14 -------------- examples/todoApp/todoApp.wasp | 19 ------------------- 2 files changed, 33 deletions(-) diff --git a/examples/todoApp/ext/Main.css b/examples/todoApp/ext/Main.css index e35183024..01e36a841 100644 --- a/examples/todoApp/ext/Main.css +++ b/examples/todoApp/ext/Main.css @@ -55,17 +55,3 @@ button.selected { .todos__footer__filters .filter:not(:last-child) { margin-right: 10px; } - -.mainPage__nav { - text-align: center; - margin-top: 30px; -} - -.mainPage__nav__aboutLink { - color: lightgray; - font-size: 12px; - text-decoration: none; -} -.mainPage__nav__aboutLink:hover { - text-decoration: underline; -} diff --git a/examples/todoApp/todoApp.wasp b/examples/todoApp/todoApp.wasp index b9ec0da55..fd8fee548 100644 --- a/examples/todoApp/todoApp.wasp +++ b/examples/todoApp/todoApp.wasp @@ -23,28 +23,9 @@ page Main { removeTask={this.props.removeTask} > -
- About -
jsx=} } -page About { - route: "/about", - style: {=css - .aboutPage { color: black; text-align: center; } - css=}, - content: {=jsx -
-

About

-

This page was built with Wasp!

-

Check out source code   - here. -

-
- jsx=} -} - entity-form NewTaskForm { fields: { description: {