Skip to content

Commit 5815e9b

Browse files
Changed Food Donation App to BiteBack (#393)
1 parent 2a1486c commit 5815e9b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Food Waste Reduction App
1+
# BiteBack
22

33
- `develop` branch: [![Build Status](https://app.travis-ci.com/gcivil-nyu-org/wed-fall24-team5.svg?token=MTgnqHfTp8UjvtysZ5vw&branch=develop)](https://app.travis-ci.com/gcivil-nyu-org/wed-fall24-team5?branch=develop)
44
[![Coverage Status](https://coveralls.io/repos/github/gcivil-nyu-org/wed-fall24-team5/badge.svg?branch=develop)](https://coveralls.io/github/gcivil-nyu-org/wed-fall24-team5?branch=develop)

src/accounts/templates/accounts/landing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% endblock extra_head %}
1313
{% block content %}
1414
<div class="container has-text-centered">
15-
<h1 class="title is-2 is-spaced">Food Donation App</h1>
15+
<h1 class="title is-2 is-spaced">BiteBack</h1>
1616
<p class="subtitle">Start combating food waste today.</p>
1717
<div class="buttons is-centered mt-5">
1818
<a href="{% url 'accounts:register' %}"

src/instructions/templates/instructions/instructions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "_base.html" %}
22
{% block title %}
3-
Instructions - Food Donation App
3+
Instructions - BiteBack
44
{% endblock title %}
55
{% load static %}
66
{% block content %}

src/templates/partials/theader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="navbar-brand">
2424
<a href="{% url 'recipient_dashboard' %}" class="navbar-item">
2525
<span><figure class="image is-24x24"><img src="{% static 'favicon.ico' %}" height="auto" width="auto" alt="" /></figure></span>
26-
<span class="ml-3 is-size-5 has-text-weight-bold has-text-grey-dark">Food Donation</span>
26+
<span class="ml-3 is-size-5 has-text-weight-bold has-text-grey-dark">BiteBack</span>
2727
</a>
2828
<a role="button"
2929
class="navbar-burger"

0 commit comments

Comments
 (0)