diff options
Diffstat (limited to 'templates/web/fixmybarangay/index.html')
-rw-r--r-- | templates/web/fixmybarangay/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/fixmybarangay/index.html b/templates/web/fixmybarangay/index.html index fd240f218..3a215fd0f 100644 --- a/templates/web/fixmybarangay/index.html +++ b/templates/web/fixmybarangay/index.html @@ -26,12 +26,12 @@ Modernizr.load({ <div id="front-main"> <div id="front-main-container"> <h1>View local problems</h1> - <h2>(like potholes or street lighting)</h2> + <h2>(potholes or street lighting)</h2> <form action="[% c.uri_for('/around') %]" method="get" name="postcodeForm" id="postcodeForm"> <p> - <a href="/around?latitude=10.322;longitude=123.907" class="green-btn" style="color:#fff">Bgy. Luz</a> - <a href="/around?latitude=10.295;longitude=123.888" class="green-btn" style="color:#fff">Bgy. Basak San Nicolas</a> + <a href="/around?latitude=10.322;longitude=123.907" class="yellow-btn">Bgy. Luz</a> + <a href="/around?latitude=10.295;longitude=123.888" class="yellow-btn">Bgy. Basak San Nicolas</a> </p> </form> </div> |