Skip to content

Commit

Permalink
Merge pull request #1186 from rapidpro/links-updates
Browse files Browse the repository at this point in the history
Update VOY links
  • Loading branch information
norkans7 authored Feb 7, 2024
2 parents a0f2e86 + 4353e81 commit 226b689
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/public_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@
<a href="{% url 'public.stories' %}" class="hover:text-gray-600 block mt-4 font-bold">{% trans "Stories" %}</a>
{% if org|config:"has_new_brand" %}
{% if org|config:"is_global" and org.subdomain == "" %}
<a href="https://www.voicesofyouth.org/" class="hover:text-gray-600 block mt-4 font-bold">{% trans "Co-Create" %}</a>
<a href="https://www.voicesofyouth.org/voices-youth-co-creation-opportunities-young-people" class="hover:text-gray-600 block mt-4 font-bold">{% trans "Co-Create" %}</a>
{% endif %}
{% endif %}
<a href="{% url 'public.about' %}" class="hover:text-gray-600 block mt-8">{% trans "About" %}</a>
<a href="{% if org|config:"is_global" and org.subdomain == "" %}https://www.voicesofyouth.org/aboutureport{% else %}{% url 'public.about' %}{% endif %}" class="hover:text-gray-600 block mt-8">{% trans "About" %}</a>
<a href="{% url 'public.ureporters' %}" class="hover:text-gray-600 block mt-4">{% trans "Engagement" %}</a>
{% if show_bots_link %}
<a href="{% url 'public.bots' %}" class="hover:text-gray-600 block mt-4">{% trans "Bots" %}</a>
Expand Down Expand Up @@ -560,7 +560,7 @@
</div>
<div class="md:justify-end li flex-grow flex">
<a href="{% url 'public.ureporters' %}" class="md:ml-4 hover:text-gray-750 flex-initial py-menu">{% trans "Engagement" %}</a>
<a href="{% url 'public.about' %}" class="hover:text-gray-750 flex-initial ml-4 py-menu">{% trans "About" %}</a>
<a href="{% if org|config:"is_global" and org.subdomain == "" %}https://www.voicesofyouth.org/aboutureport{% else %}{% url 'public.about' %}{% endif %}" class="hover:text-gray-750 flex-initial ml-4 py-menu">{% trans "About" %}</a>
{% if show_bots_link %}
<a href="{% url 'public.bots' %}" class="hover:text-gray-750 flex-initial ml-4 py-menu">{% trans "Bots" %}</a>
{% endif %}
Expand Down Expand Up @@ -665,7 +665,7 @@
{% if org|config:"is_global" and org.subdomain == "" %}
<div class="flex-1 text-center font-bold text-xl flex-center-y">
<div>
<a href="https://www.voicesofyouth.org/"
<a href="https://www.voicesofyouth.org/voices-youth-co-creation-opportunities-young-people"
class="hover:text-gray-750 hover:border-dark1-v2024 pb-2 border-b-2 border-black">{% trans "Co-Create" %}</a>
</div>
</div>
Expand Down

0 comments on commit 226b689

Please sign in to comment.