diff --git a/backend/charities/serializers.py b/backend/charities/serializers.py index acca1ec..07b1de6 100644 --- a/backend/charities/serializers.py +++ b/backend/charities/serializers.py @@ -55,7 +55,7 @@ class Meta: model = Charity fields = [ "id", - "name", + "charity_name", "donations_received", "description", "logo_path", diff --git a/webapp/public/photos/logo.svg b/webapp/public/photos/logo.svg new file mode 100644 index 0000000..bb95ed2 --- /dev/null +++ b/webapp/public/photos/logo.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/webapp/public/photos/logo_small.svg b/webapp/public/photos/logo_small.svg new file mode 100644 index 0000000..b1e8a54 --- /dev/null +++ b/webapp/public/photos/logo_small.svg @@ -0,0 +1,4 @@ + + + + diff --git a/webapp/src/components/footer.tsx b/webapp/src/components/footer.tsx index 99ad8f1..354098d 100644 --- a/webapp/src/components/footer.tsx +++ b/webapp/src/components/footer.tsx @@ -2,7 +2,7 @@ import Link from "next/link"; const Footer = () => { return ( -