events
This commit is contained in:
@@ -9,8 +9,9 @@ const navigation = {
|
||||
{ name: 'OurVerse App', href: '#' },
|
||||
],
|
||||
support: [
|
||||
{ name: 'Customer Care', href: 'mailto:info@ourworld.tf' },
|
||||
{ name: 'Support', href: 'mailto:info@ourworld.tf' },
|
||||
{ name: 'Community', href: '/community.html' },
|
||||
{ name: 'Events', href: '/events.html' },
|
||||
],
|
||||
partners: [
|
||||
{ name: 'OurWorld', href: 'https://ourworld.tf' },
|
||||
@@ -129,7 +130,7 @@ export default function Footer2() {
|
||||
</ul>
|
||||
</div>
|
||||
<div className="mt-10 md:mt-0">
|
||||
<h3 className="text-sm font-semibold leading-6 text-purple-900">Support</h3>
|
||||
<h3 className="text-sm font-semibold leading-6 text-purple-900">Community</h3>
|
||||
<ul role="list" className="mt-6 space-y-4">
|
||||
{navigation.support.map((item) => (
|
||||
<li key={item.name}>
|
||||
|
Reference in New Issue
Block a user