Skip to content
Snippets Groups Projects

Resolve "As a user I want the website to be mobile friedly so that I can use it on the go"

Files
10
@@ -12,7 +12,7 @@ public class Trail {
new Trail(2,"Trail2", "This is trail two"),
new Trail(3,"Trail3", "This is trail three"),
new Trail(4,"Trail4", "This is trail four"),
new Trail(5,"Trail5", "EDITING THIS")
new Trail(5,"Trail5", "This trail is an example of a trail that does not have an image")
);
int id;
String name;
Loading